Remove "'" character from #error message as it prevents GCC builds.

This commit is contained in:
none 2024-03-06 09:57:13 -08:00
parent 561833bd38
commit 3b3873345f

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 isn't created because configUSE_TIMERS is 0.
#error configUSE_DAEMON_TASK_STARTUP_HOOK is set, but the daemon task isnt created because configUSE_TIMERS is 0.
#endif
#endif