Mercurial > public > ostc4
diff Small_CPU/Src/stm32f4xx_hal_msp_v3.c @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | f72613a152dd |
| children |
line wrap: on
line diff
--- a/Small_CPU/Src/stm32f4xx_hal_msp_v3.c Tue Aug 13 13:24:54 2024 +0200 +++ b/Small_CPU/Src/stm32f4xx_hal_msp_v3.c Tue Feb 11 18:12:00 2025 +0100 @@ -242,6 +242,9 @@ GPIO_InitStruct.Pin = GPIO_PIN_10; HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); + + HAL_NVIC_SetPriority(USART1_IRQn, 1, 3); + HAL_NVIC_EnableIRQ(USART1_IRQn); } }
