1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1274 looks like excluding vTaskSuspend does not cope with "strict" compilation options

This commit is contained in:
Alessio Morale 2014-04-06 21:35:55 +02:00
parent af8fe1f921
commit 4296b21025

View File

@ -52,7 +52,7 @@
#define INCLUDE_uxTaskPriorityGet 1
#define INCLUDE_vTaskDelete 1
#define INCLUDE_vTaskCleanUpResources 0
#define INCLUDE_vTaskSuspend 0
#define INCLUDE_vTaskSuspend 1
#define INCLUDE_vTaskDelayUntil 1
#define INCLUDE_vTaskDelay 1
#define INCLUDE_xTaskGetSchedulerState 0