1 2 #define configSUPPORT_STATIC_ALLOCATION 1 3 #define INCLUDE_xEventGroupSetBitFromISR 1 4 5 // dummy typedefs to make it compile 6 #define pdTRUE 1 7 #define pdFALSE 0 8 #define portMAX_DELAY 0xffffffff 9 10
1 2 #define configSUPPORT_STATIC_ALLOCATION 1 3 #define INCLUDE_xEventGroupSetBitFromISR 1 4 5 // dummy typedefs to make it compile 6 #define pdTRUE 1 7 #define pdFALSE 0 8 #define portMAX_DELAY 0xffffffff 9 10