diff options
Diffstat (limited to 'src/startup_stm32l476xx.s')
-rw-r--r-- | src/startup_stm32l476xx.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/startup_stm32l476xx.s b/src/startup_stm32l476xx.s index 57b11cb..340d080 100644 --- a/src/startup_stm32l476xx.s +++ b/src/startup_stm32l476xx.s @@ -106,8 +106,6 @@ LoopFillZerobss: cmp r2, r3
bcc FillZerobss
-/* Call the clock system intitialization function.*/
- bl SystemInit
/* Call static constructors */
bl __libc_init_array
/* Call the application's entry point.*/
|