forked from espressif/arduino-esp32
fix not booting when compiled through ArduinoIDE
This commit is contained in:
@ -45,8 +45,8 @@ MEMORY
|
||||
|
||||
Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled.
|
||||
*/
|
||||
rtc_slow_seg(RW) : org = 0x50000000 + 32,
|
||||
len = 0x1000 - 32
|
||||
rtc_slow_seg(RW) : org = 0x50000000 + 0,
|
||||
len = 0x1000 - 0
|
||||
}
|
||||
/* Heap ends at top of dram0_0_seg */
|
||||
_heap_end = 0x40000000 - 0x0;
|
||||
|
Reference in New Issue
Block a user