Skip to content

Commit

Permalink
Update FreeRTOS.h post latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Mar 11, 2024
1 parent aecd502 commit 547ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 547ba87

Please sign in to comment.