We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9994dc commit 289c3d3Copy full SHA for 289c3d3
apps/microtvm/ethosu/include/FreeRTOSConfig.h
@@ -67,7 +67,7 @@
67
#define configQUEUE_REGISTRY_SIZE 0
68
/* Timers and queues */
69
#define configUSE_TIMERS 1
70
-#define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 )
+#define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES - 1)
71
#define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
72
#define configTIMER_QUEUE_LENGTH 5
73
/* Task settings */
0 commit comments