From a3ec9cfbe98f7d1984806bf01e122cbad85f83da Mon Sep 17 00:00:00 2001 From: Steven Noreyko <1909661+okyeron@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:51:02 -0600 Subject: add new test points to main board and jig --- sw/Core/Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/Core/Src/main.c') diff --git a/sw/Core/Src/main.c b/sw/Core/Src/main.c index c019c3e..80b3b50 100755 --- a/sw/Core/Src/main.c +++ b/sw/Core/Src/main.c @@ -1200,7 +1200,7 @@ static void MX_USART3_UART_Init(void) /* USER CODE END USART3_Init 1 */ huart3.Instance = USART3; - huart3.Init.BaudRate = 31250; + huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.Init.StopBits = UART_STOPBITS_1; huart3.Init.Parity = UART_PARITY_NONE; -- cgit v1.2.3