We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931e257 commit d54e4b1Copy full SHA for d54e4b1
1 file changed
Libraries/Cordio/wsf/sources/targets/freertos/wsf_timer.c
@@ -41,6 +41,9 @@
41
#error Enable timers in FreeRTOSConfig.h by definiing configUSE_TIMERS as 1
42
#endif
43
44
+/* assuming WSF_DISPATCHER_TASK_PRIORITY is configMAX_PRIORITIES - 3 =>
45
+ * require configTIMER_TASK_PRIORITY higher at configMAX_PRIORITIES - 2
46
+ */
47
#if (configTIMER_TASK_PRIORITY != (configMAX_PRIORITIES - 2))
48
#error "Timer task priority must be set to configMAX_PRIORITIES - 2 in FreeRTOSConfig.h"
49
0 commit comments