From 17004f1c91193094a7db8ae3f2f8ab1c9bcd1a6a Mon Sep 17 00:00:00 2001 From: none <> Date: Wed, 6 Mar 2024 09:48:22 -0800 Subject: [PATCH] Correct formatting. --- include/FreeRTOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index 5c289eca7..d7d3f1e9c 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -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