Fixed typo.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14795 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-18 12:47:39 +00:00
parent 80fd894033
commit dfdc200e24
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
/*===========================================================================*/ /*===========================================================================*/
static inline void usart2_lpuart2_irq_init(void) { static inline void usart2_lpuart2_irq_init(void) {
#if defined(STM32_USART32_IS_USED) || defined(STM32_LPUART2_IS_USED) #if defined(STM32_USART2_IS_USED) || defined(STM32_LPUART2_IS_USED)
nvicEnableVector(STM32_USART2_LP2_NUMBER, STM32_IRQ_USART2_LP2_PRIORITY); nvicEnableVector(STM32_USART2_LP2_NUMBER, STM32_IRQ_USART2_LP2_PRIORITY);
#endif #endif
} }