diff options
-rw-r--r-- | os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c b/os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c index 4140e67dd..bde8cf69e 100644 --- a/os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c +++ b/os/hal/ports/STM32/STM32F3xx/ext_lld_isr.c @@ -365,7 +365,7 @@ OSAL_IRQ_HANDLER(Vector144) { *
* @isr
*/
-OSAL_IRQ_HANDLER(Vector140) {
+OSAL_IRQ_HANDLER(Vector148) {
uint32_t pr2;
OSAL_IRQ_PROLOGUE();
|