Write "is not" in full, instead of "isnt" as the "'" character can't be used.

This commit is contained in:
none 2024-03-06 10:02:08 -08:00
parent 3b3873345f
commit 13f428ba88

View file

@ -324,7 +324,7 @@
#if ( configUSE_DAEMON_TASK_STARTUP_HOOK != 0 )
#if ( configUSE_TIMERS == 0 )
#error configUSE_DAEMON_TASK_STARTUP_HOOK is set, but the daemon task isnt created because configUSE_TIMERS is 0.
#error configUSE_DAEMON_TASK_STARTUP_HOOK is set, but the daemon task is not created because configUSE_TIMERS is 0.
#endif
#endif