From 5b28191510f5d3a4cf0130e46c7a1b6284433d69 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Tue, 10 Aug 2021 20:09:29 +0800 Subject: [PATCH] fix the startup.s to the newest version --- .../Source/Templates/arm/startup_stm32l4r9xx.s | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s index 8c35ea53ee..c476aa275f 100644 --- a/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s +++ b/bsp/stm32/libraries/STM32L4xx_HAL/CMSIS/Device/ST/STM32L4xx/Source/Templates/arm/startup_stm32l4r9xx.s @@ -10,26 +10,25 @@ ;* calls main()). ;* After Reset the Cortex-M4 processor is in Thread mode, ;* priority is Privileged, and the Stack is set to Main. -;* <<< Use Configuration Wizard in Context Menu >>> ;******************************************************************************* ;* ;*