From 83400e32964bf72fdd565ddf071a2e26b94bce2f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 21 Apr 2014 09:42:45 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6861 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c b/os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c index 2371beb7a..94bb0c57c 100644 --- a/os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c +++ b/os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c @@ -268,7 +268,7 @@ OSAL_IRQ_HANDLER(Vector48) { OSAL_IRQ_EPILOGUE(); } -#endif /* defined(STM32F401xx) */ +#endif /* !defined(STM32F401xx) */ /** * @brief EXTI[22] interrupt handler (RTC_WKUP).