xTaskNotifyFromISR
This commit is contained in:
parent
29d12c8135
commit
924d00a96e
@ -503,7 +503,7 @@ void ISR_0_Handler(void) {
|
||||
x = WC_SWITCH(x, 50);
|
||||
WASTE_USEC(x);
|
||||
BaseType_t xHigherPriorityTaskWoken = pdFALSE;
|
||||
vTaskNotifyFromISR(xTask_CopterControlTask, MAKE_OUTPUT, eSetValueWithOverwrite, &xHigherPriorityTaskWoken);
|
||||
xTaskNotifyFromISR(xTask_CopterControlTask, MAKE_OUTPUT, eSetValueWithOverwrite, &xHigherPriorityTaskWoken);
|
||||
inp = INPUT_SHORT_NEXT;
|
||||
x = STRETCH_i32(inp);
|
||||
x = FUNCTION_10(x);
|
||||
|
Loading…
x
Reference in New Issue
Block a user