Skip to content

Commit

Permalink
Change default value of INCLUDE_xTaskGetCurrentTaskHandle (FreeRTOS#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibhagavandas authored Aug 9, 2022
1 parent 95669cc commit b0a8bd8
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 @@ -254,7 +254,7 @@
#endif

#ifndef INCLUDE_xTaskGetCurrentTaskHandle
#define INCLUDE_xTaskGetCurrentTaskHandle 0
#define INCLUDE_xTaskGetCurrentTaskHandle 1
#endif

#if configUSE_CO_ROUTINES != 0
Expand Down

0 comments on commit b0a8bd8

Please sign in to comment.