We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e6689 commit cf24dcfCopy full SHA for cf24dcf
features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/source/mesh_system.c
@@ -31,7 +31,7 @@
31
32
/* Heap for NanoStack */
33
#if !MBED_CONF_MBED_MESH_API_USE_MALLOC_FOR_HEAP
34
-static uint8_t app_stack_heap[MBED_CONF_MBED_MESH_API_HEAP_SIZE + 1];
+static uint8_t app_stack_heap[MBED_CONF_MBED_MESH_API_HEAP_SIZE + 1] __attribute__(( section( "mesh_heap") ));
35
#else
36
static uint8_t *app_stack_heap;
37
#endif
0 commit comments