stm32: Minor changes to stm32g0b0 ifdefs

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-12-15 10:23:37 -05:00
parent e33b41abaa
commit f31540b357
3 changed files with 8 additions and 6 deletions

View File

@@ -88,7 +88,7 @@
#if CONFIG_MACH_STM32G0
// Some of the stm32g0 MCUs have slightly different register names
#ifdef LPUART2
#if CONFIG_MACH_STM32G0B1
#define USART2_IRQn USART2_LPUART2_IRQn
#endif
#define USART_CR1_RXNEIE USART_CR1_RXNEIE_RXFNEIE