Skip to content

Commit 289c3d3

Browse files
committed
Minor text fixes
1 parent c9994dc commit 289c3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/microtvm/ethosu/include/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#define configQUEUE_REGISTRY_SIZE 0
6868
/* Timers and queues */
6969
#define configUSE_TIMERS 1
70-
#define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 )
70+
#define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES - 1)
7171
#define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
7272
#define configTIMER_QUEUE_LENGTH 5
7373
/* Task settings */

0 commit comments

Comments
 (0)