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:
parent
80fd894033
commit
dfdc200e24
|
@ -65,7 +65,7 @@
|
|||
/*===========================================================================*/
|
||||
|
||||
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);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue