1.将原来使用的串口2改为使用串口1
This commit is contained in:
2026-07-27 14:14:11 +08:00
parent 2c3e2c4dc2
commit 1e3c618fd2
172 changed files with 1234 additions and 9998 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ int main(void)
/* Initialize all configured peripherals */
MX_GPIO_Init();
MX_USART2_UART_Init();
MX_USART1_UART_Init();
/* USER CODE BEGIN 2 */
App_Init();
/* USER CODE END 2 */