Correct formatting (again).

This commit is contained in:
none 2024-03-06 09:51:35 -08:00
parent 17004f1c91
commit 561833bd38

View file

@ -322,8 +322,8 @@
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
#endif
#if( configUSE_DAEMON_TASK_STARTUP_HOOK != 0 )
#if( configUSE_TIMERS == 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
#endif