diff options
Diffstat (limited to 'cc3200/main.c')
| -rw-r--r-- | cc3200/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc3200/main.c b/cc3200/main.c index 78b4e3161..4a6f6172b 100644 --- a/cc3200/main.c +++ b/cc3200/main.c @@ -56,6 +56,9 @@ OsiTaskHandle mpTaskHandle; #endif +// This is the FreeRTOS heap, defined here so we can put it in a special segment +uint8_t ucHeap[ configTOTAL_HEAP_SIZE ] __attribute__ ((section (".rtos_heap"))) __attribute__((aligned (8))); + /****************************************************************************** DEFINE PUBLIC FUNCTIONS ******************************************************************************/ |
