fix not booting when compiled through ArduinoIDE

This commit is contained in:
me-no-dev
2016-10-28 02:33:08 +03:00
parent 3c071e1d89
commit 38513ed804
18 changed files with 10 additions and 17 deletions

View File

@ -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;