mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
This commit is contained in:
@@ -83,5 +83,5 @@ void up_allocate_heap(FAR void **heap_start, size_t *heap_size)
|
||||
{
|
||||
up_ledon(LED_HEAPALLOCATE);
|
||||
*heap_start = (FAR void*)g_idle_topstack;
|
||||
*heap_size = CONFIG_DRAM_END - g_idle_topstack;
|
||||
*heap_size = CONFIG_RAM_END - g_idle_topstack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user