diff options
Diffstat (limited to 'os/hal/platforms/STM32/serial_lld.c')
-rw-r--r-- | os/hal/platforms/STM32/serial_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.c b/os/hal/platforms/STM32/serial_lld.c index 43fb6229a..ab2b6508a 100644 --- a/os/hal/platforms/STM32/serial_lld.c +++ b/os/hal/platforms/STM32/serial_lld.c @@ -225,7 +225,7 @@ static void notify5(void) { /**
* @brief USART1 interrupt handler.
*
- * @isr + * @isr
*/
CH_IRQ_HANDLER(USART1_IRQHandler) {
|