Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542)

This commit is contained in:
Ravishankar Bhagavandas 2022-08-09 09:48:44 -07:00 committed by GitHub
parent 95669cc1a1
commit b0a8bd8f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@
#endif
#ifndef INCLUDE_xTaskGetCurrentTaskHandle
#define INCLUDE_xTaskGetCurrentTaskHandle 0
#define INCLUDE_xTaskGetCurrentTaskHandle 1
#endif
#if configUSE_CO_ROUTINES != 0