aboutsummaryrefslogtreecommitdiff
path: root/stm-uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm-uart.h')
-rw-r--r--stm-uart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm-uart.h b/stm-uart.h
index 4334d27..2330c8b 100644
--- a/stm-uart.h
+++ b/stm-uart.h
@@ -37,8 +37,8 @@
#include "stm32f4xx_hal.h"
-#define USART1_BAUD_RATE 115200
-#define USART2_BAUD_RATE 115200
+#define USART_MGMT_BAUD_RATE 9600
+#define USART_USER_BAUD_RATE 9600
enum stm_uart_port {
STM_UART_USER,