Skip to content

Commit 55a8107

Browse files
committed
Added config for frBlinkPrint example
Required config: #define INCLUDE_uxTaskGetStackHighWaterMark 1 #define INCLUDE_xTaskGetIdleTaskHandle 1 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 35d15f1 commit 55a8107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FreeRTOSConfig_Default.h

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ to exclude the API function. */
135135
#define INCLUDE_vTaskDelayUntil 1
136136
#define INCLUDE_vTaskDelay 1
137137
#define INCLUDE_xTaskGetSchedulerState 1
138+
#define INCLUDE_uxTaskGetStackHighWaterMark 1
139+
#define INCLUDE_xTaskGetIdleTaskHandle 1
138140

139141
/* Cortex-M specific definitions. */
140142
#ifdef __NVIC_PRIO_BITS

0 commit comments

Comments
 (0)