update stm32wl project

This commit is contained in:
supowang
2021-11-18 13:14:20 +08:00
parent 5d10e64fff
commit feeb23a203
14 changed files with 1088 additions and 548 deletions

View File

@@ -30,6 +30,7 @@ void board_init(void)
HAL_Init();
SystemClock_Config();
MX_USART1_UART_Init();
//MX_LPUART1_UART_Init();
}
/**