diff options
Diffstat (limited to 'cortex-m-rt/memory.x')
-rw-r--r-- | cortex-m-rt/memory.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/memory.x b/cortex-m-rt/memory.x index 8027efc..3d97414 100644 --- a/cortex-m-rt/memory.x +++ b/cortex-m-rt/memory.x @@ -16,4 +16,4 @@ MEMORY /* The location of the .text section can be overridden using the `_stext` symbol. By default it will place after .vector_table */ -/* _stext = ORIGIN(FLASH) + 0x100; */ +/* _stext = ORIGIN(FLASH) + 0x40c; */ |