From 5290f45cb66c8021645a5024613eca0a70121226 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 16 May 2016 16:03:39 +0200 Subject: Use baud rate 921600 instead of 115200. Don't want to wait longer than necessary for firmware file transfers. --- stm-uart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stm-uart.h') diff --git a/stm-uart.h b/stm-uart.h index e4ee1c3..e63aaa4 100644 --- a/stm-uart.h +++ b/stm-uart.h @@ -37,8 +37,8 @@ #include "stm32f4xx_hal.h" -#define USART_MGMT_BAUD_RATE 115200 -#define USART_USER_BAUD_RATE 115200 +#define USART_MGMT_BAUD_RATE 921600 +#define USART_USER_BAUD_RATE 921600 enum stm_uart_port { STM_UART_USER, -- cgit v1.2.3