diff --git a/epicardium/FreeRTOSConfig.h b/epicardium/FreeRTOSConfig.h index 108bb32db7c4b85e756abe23ee0c34847b0aeebf..f561946fd3e00e6f39c10a088423a4fc26a70dd8 100644 --- a/epicardium/FreeRTOSConfig.h +++ b/epicardium/FreeRTOSConfig.h @@ -51,6 +51,7 @@ #define INCLUDE_vTaskSuspend 1 #define INCLUDE_vTaskDelay 1 +#define INCLUDE_uxTaskGetStackHighWaterMark 1 /* Allow static allocation of data structures */ #define configSUPPORT_STATIC_ALLOCATION 1