Landzo_K60Z_WebServer/src/freertos_helpers.c

4 lines
122 B
C

#include "FreeRTOS.h"
#include "task.h"
uint8_t ucHeap[configTOTAL_HEAP_SIZE] __attribute__((section(".freertos_heap")));