We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563d11f commit 0c25d7cCopy full SHA for 0c25d7c
bsp/acm32f0x0-nucleo/libraries/Device/Startup_ACM32F0x0_gcc.s
@@ -79,8 +79,9 @@ LoopFillZerobss:
79
/* Call the clock system intitialization function.*/
80
/* bl SystemInit */
81
/* Call the application's entry point.*/
82
- bl main
83
- bx lr
+ bl entry
+LoopForever:
84
+ b LoopForever
85
.size Reset_Handler, .-Reset_Handler
86
87
/**
bsp/acm32f0x0-nucleo/libraries/SConscript
@@ -12,7 +12,7 @@ HAL_Driver/Src/HAL_ADC.c
12
HAL_Driver/Src/HAL_GPIO.c
13
HAL_Driver/Src/HAL_WDT.c
14
HAL_Driver/Src/HAL_IWDT.c
15
-HAL_Driver/Src/HAL_Uart.c
+HAL_Driver/Src/HAL_UART.c
16
HAL_Driver/Src/HAL_TIMER.c
17
HAL_Driver/Src/HAL_EXTI.c
18
""")
0 commit comments