diff options
Diffstat (limited to 'src/master.c')
| -rw-r--r-- | src/master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master.c b/src/master.c index c627a45..2b8401a 100644 --- a/src/master.c +++ b/src/master.c @@ -910,7 +910,7 @@ static void MX_I2C1_Init(void) */ static void MX_USART1_UART_Init(void) { - huart1.Instance = USART1; + huart1.Instance = USART2; huart1.Init.BaudRate = 9600; huart1.Init.WordLength = UART_WORDLENGTH_8B; huart1.Init.StopBits = UART_STOPBITS_1; |
