diff options
Diffstat (limited to 'startup_stm32l476xx.s')
-rw-r--r-- | startup_stm32l476xx.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startup_stm32l476xx.s b/startup_stm32l476xx.s index b93d40a..57b11cb 100644 --- a/startup_stm32l476xx.s +++ b/startup_stm32l476xx.s @@ -62,7 +62,7 @@ defined in linker script */ /* end address for the .bss section. defined in linker script */
.word _ebss
-.equ BootRAM, 0xF1E0F85F
+//.equ BootRAM, 0xF1E0F85F
/**
* @brief This is the code that gets called when the processor first
* starts execution following a reset event. Only the absolutely
|