sidestep
[mTask.git] / int / nucleo-f767-blinky / cube / nucleo-f767-blinky / Src / usart.c
index 73e6a18..2dfca4b 100644 (file)
@@ -51,7 +51,7 @@ void MX_USART3_UART_Init(void)
 {\r
 \r
   huart3.Instance = USART3;\r
-  huart3.Init.BaudRate = 115200;\r
+  huart3.Init.BaudRate = 9600;\r
   huart3.Init.WordLength = UART_WORDLENGTH_8B;\r
   huart3.Init.StopBits = UART_STOPBITS_1;\r
   huart3.Init.Parity = UART_PARITY_NONE;\r