Fire_RT1052_SDIO/src/app_freertos.c

5 lines
168 B
C

#include "FreeRTOS.h"
#include "task.h"
/* Allocate the DMA-capable heap in OCRAM. */
__attribute__((section(".freertos_heap"))) uint8_t ucHeap[configTOTAL_HEAP_SIZE];