Landzo_K60Z_WebServer/src/freertos_helpers.c

4 lines
122 B
C
Raw Permalink Normal View History

2022-06-08 13:55:50 +00:00
#include "FreeRTOS.h"
#include "task.h"
uint8_t ucHeap[configTOTAL_HEAP_SIZE] __attribute__((section(".freertos_heap")));