From 547ba8739c60548dc608ecb21799df6c57e98573 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Mon, 11 Mar 2024 16:00:48 +0530 Subject: [PATCH] Update FreeRTOS.h post latest commit --- include/FreeRTOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index c53621e428..69611842a7 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -324,6 +324,7 @@ #ifndef configUSE_STREAM_BUFFERS #define configUSE_STREAM_BUFFERS 1 +#endif #ifndef configUSE_DAEMON_TASK_STARTUP_HOOK #define configUSE_DAEMON_TASK_STARTUP_HOOK 0 @@ -333,7 +334,6 @@ #if ( configUSE_TIMERS == 0 ) #error configUSE_DAEMON_TASK_STARTUP_HOOK is set, but the daemon task is not created because configUSE_TIMERS is 0. #endif - #endif #ifndef configUSE_COUNTING_SEMAPHORES