]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/blocktim.c
Preparing for V9.0.0 formal release:
[freertos] / FreeRTOS / Demo / Common / Minimal / blocktim.c
index f06fe24544f96365b961900bec6a0d089c4911bd..883a1c5a886569ec116eb3183674fccc67c84e82 100644 (file)
 #define bktDONT_BLOCK                          ( ( TickType_t ) 0 )\r
 #define bktRUN_INDICATOR                       ( ( UBaseType_t ) 0x55 )\r
 \r
+/* In case the demo does not have software timers enabled, as this file uses\r
+the configTIMER_TASK_PRIORITY setting. */\r
+#ifndef configTIMER_TASK_PRIORITY\r
+       #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 )\r
+#endif\r
+\r
 /*-----------------------------------------------------------*/\r
 \r
 /*\r