mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
rename up_led*() functions to board_led_*()
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
void up_allocate_heap(FAR void **heap_start, size_t *heap_size)
|
||||
{
|
||||
up_ledon(LED_HEAPALLOCATE);
|
||||
board_led_on(LED_HEAPALLOCATE);
|
||||
*heap_start = (FAR void*)g_idle_topstack;
|
||||
*heap_size = CONFIG_RAM_END - g_idle_topstack;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user