mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542)
This commit is contained in:
parent
95669cc1a1
commit
b0a8bd8f28
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef INCLUDE_xTaskGetCurrentTaskHandle
|
||||
#define INCLUDE_xTaskGetCurrentTaskHandle 0
|
||||
#define INCLUDE_xTaskGetCurrentTaskHandle 1
|
||||
#endif
|
||||
|
||||
#if configUSE_CO_ROUTINES != 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue