1
0
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:
Corvus Corax 2013-10-18 23:07:23 +02:00
parent 6998c782db
commit 86aa993d24

View File

@ -646,7 +646,7 @@ void vPortSystemTickHandler()
/**
* call tick handler
*/
vTaskIncrementTick();
xTaskIncrementTick();
#if ( configUSE_PREEMPTION == 1 )