mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
arch/risc-v/esp32c3: Use the same naming for the RTC heap as ESP32 for
consistency. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
bdbc9ef04f
commit
60da4317b9
@@ -250,7 +250,7 @@ SECTIONS
|
||||
|
||||
/* Whatever is left from the RTC memory is used as a special heap. */
|
||||
|
||||
_srtc_heap = ABSOLUTE(.);
|
||||
_srtcheap = ABSOLUTE(.);
|
||||
|
||||
} >rtc_seg
|
||||
}
|
||||
|
||||
@@ -91,4 +91,4 @@ MEMORY
|
||||
|
||||
/* Mark the end of the RTC heap (top of the RTC region) */
|
||||
|
||||
_ertc_heap = 0x50001fff;
|
||||
_ertcheap = 0x50001fff;
|
||||
|
||||
Reference in New Issue
Block a user