mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
Remove warning for configMAX_CO_ROUTINE_PRIORITIES
This commit is contained in:
parent
8f35feee92
commit
24221dfed8
1 changed files with 1 additions and 5 deletions
|
@ -199,11 +199,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ( defined( configUSE_CO_ROUTINES ) && configUSE_CO_ROUTINES != 0 )
|
#if ( defined( configUSE_CO_ROUTINES ) && configUSE_CO_ROUTINES != 0 )
|
||||||
#warning Co-routines have been deprecated and removed from FreeRTOS-Kernel versions after the V10.4.3 release. You can view previous versions of the FreeRTOS Kernel at github.com/freertos/freertos-kernel/tree/V10.4.3 .
|
#warning Co-routines have been removed from FreeRTOS-Kernel versions released after V10.4.3. You can view previous versions of the FreeRTOS Kernel at github.com/freertos/freertos-kernel/tree/V10.4.3 .
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined( configMAX_CO_ROUTINE_PRIORITIES )
|
|
||||||
#warning configMAX_CO_ROUTINE_PRIORITIES is deprecated and no longer used after FreeRTOS V10.4.3.
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef configUSE_DAEMON_TASK_STARTUP_HOOK
|
#ifndef configUSE_DAEMON_TASK_STARTUP_HOOK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue