1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Merge branch 'corvuscorax/simposix_freertos_fix' into next

This commit is contained in:
Corvus Corax 2013-10-19 21:30:42 +02:00
commit d1ad8e2872

View File

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