mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
changed port increment tick function for new freertos
This commit is contained in:
parent
6998c782db
commit
86aa993d24
@ -646,7 +646,7 @@ void vPortSystemTickHandler()
|
||||
/**
|
||||
* call tick handler
|
||||
*/
|
||||
vTaskIncrementTick();
|
||||
xTaskIncrementTick();
|
||||
|
||||
|
||||
#if ( configUSE_PREEMPTION == 1 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user