aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c')
-rw-r--r--os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c b/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c
index 727d15891..efce27eaf 100644
--- a/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c
+++ b/os/hal/ports/STM32/STM32L1xx/ext_lld_isr.c
@@ -305,11 +305,7 @@ OSAL_IRQ_HANDLER(Vector98) {
*
* @isr
*/
-#if defined(STM32L1XX_MDP) || defined(__DOXYGEN__)
-OSAL_IRQ_HANDLER(Vector114) {
-#else
OSAL_IRQ_HANDLER(Vector120) {
-#endif
uint32_t pr;
OSAL_IRQ_PROLOGUE();