aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-21 09:42:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-21 09:42:45 +0000
commit83400e32964bf72fdd565ddf071a2e26b94bce2f (patch)
treec212def79116dc313354f2e5d789708395116592 /os
parent4e38fbac8db07bb172487f830cfebab7dae27d68 (diff)
downloadChibiOS-83400e32964bf72fdd565ddf071a2e26b94bce2f.tar.gz
ChibiOS-83400e32964bf72fdd565ddf071a2e26b94bce2f.tar.bz2
ChibiOS-83400e32964bf72fdd565ddf071a2e26b94bce2f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6861 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/ext_lld_isr.c2
1 files changed, 1 insertions, 1 deletions
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).