Skip to content

Commit

Permalink
Remove warning for configMAX_CO_ROUTINE_PRIORITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Nov 22, 2022
1 parent d57a2e2 commit f5d0f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
#define INCLUDE_xTaskGetCurrentTaskHandle 1
#endif

#if ( defined( configUSE_CO_ROUTINES ) && configUSE_CO_ROUTINES != 0 )
#warning Co-routines have been removed from FreeRTOS-Kernel versions released after V10.5.1. You can view previous versions of the FreeRTOS Kernel at github.com/freertos/freertos-kernel/tree/V10.5.1 .
#endif

#ifndef configUSE_DAEMON_TASK_STARTUP_HOOK
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
#endif
Expand Down

0 comments on commit f5d0f4e

Please sign in to comment.