We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d15f1 commit 55a8107Copy full SHA for 55a8107
src/FreeRTOSConfig_Default.h
@@ -135,6 +135,8 @@ to exclude the API function. */
135
#define INCLUDE_vTaskDelayUntil 1
136
#define INCLUDE_vTaskDelay 1
137
#define INCLUDE_xTaskGetSchedulerState 1
138
+#define INCLUDE_uxTaskGetStackHighWaterMark 1
139
+#define INCLUDE_xTaskGetIdleTaskHandle 1
140
141
/* Cortex-M specific definitions. */
142
#ifdef __NVIC_PRIO_BITS
0 commit comments