mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Correct formatting.
This commit is contained in:
parent
684f075c4d
commit
17004f1c91
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@
|
|||
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
|
||||
#endif
|
||||
|
||||
#if ( configUSE_DAEMON_TASK_STARTUP_HOOK != 0 )
|
||||
#if( configUSE_DAEMON_TASK_STARTUP_HOOK != 0 )
|
||||
#if( configUSE_TIMERS == 0 )
|
||||
#error configUSE_DAEMON_TASK_STARTUP_HOOK is set, but the daemon task isn't created because configUSE_TIMERS is 0.
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue