diff options
Diffstat (limited to 'src/startup_stm32l476xx.s')
-rw-r--r-- | src/startup_stm32l476xx.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/startup_stm32l476xx.s b/src/startup_stm32l476xx.s index 340d080..f7e18a4 100644 --- a/src/startup_stm32l476xx.s +++ b/src/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
|