Skip to content

Commit 3de0d50

Browse files
authoredMar 19, 2025··
Merge pull request #77 from xrobot-org/dev
Fix rm-c bsp_uart_init position.
2 parents ec09ed1 + eafec4d commit 3de0d50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎hw/bsp/rm-c/drivers/bsp.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ void bsp_init() {
1919
SystemClock_Config();
2020

2121
/* Initialize all configured peripherals */
22-
bsp_uart_init();
23-
2422
MX_GPIO_Init();
2523
MX_DMA_Init();
2624
MX_ADC1_Init();
@@ -47,4 +45,5 @@ void bsp_init() {
4745
MX_IWDG_Init();
4846
#endif
4947
HAL_TIM_Base_Stop_IT(&htim6);
48+
bsp_uart_init();
5049
}

0 commit comments

Comments
 (0)
Please sign in to comment.