aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-02 16:35:10 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-02 16:35:10 +0000
commit16e2a55bf42f532404cddd8ddbc7cbee38c39572 (patch)
tree31420acfcb28168ac876f45f0c51253090d8f547 /os/hal/ports/STM32/STM32F1xx
parenta489fc365df4d1b4f407438c2efcee428e073e49 (diff)
downloadChibiOS-16e2a55bf42f532404cddd8ddbc7cbee38c39572.tar.gz
ChibiOS-16e2a55bf42f532404cddd8ddbc7cbee38c39572.tar.bz2
ChibiOS-16e2a55bf42f532404cddd8ddbc7cbee38c39572.zip
Made PAL callback and wait APIs independent from each other.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10543 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/stm32_isr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_isr.c b/os/hal/ports/STM32/STM32F1xx/stm32_isr.c
index 4442a8456..813468553 100644
--- a/os/hal/ports/STM32/STM32F1xx/stm32_isr.c
+++ b/os/hal/ports/STM32/STM32F1xx/stm32_isr.c
@@ -51,7 +51,7 @@
/* Driver interrupt handlers. */
/*===========================================================================*/
-#if HAL_USE_PAL || defined(__DOXYGEN__)
+#if (HAL_USE_PAL && (PAL_USE_WAIT || PAL_USE_CALLBACKS))|| defined(__DOXYGEN__)
#if !defined(STM32_DISABLE_EXTI0_HANDLER)
/**
* @brief EXTI[0] interrupt handler.