aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 07:25:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 07:25:22 +0000
commit30400ff28785c156264fb97069b127e8dbfb7491 (patch)
tree89773e26590764fd1a5639f4e6ed9593d93c7b67 /os/hal/platforms/STM32F4xx
parent02ee640478eff8c8a5091e6315d06b0e2ce0d188 (diff)
downloadChibiOS-30400ff28785c156264fb97069b127e8dbfb7491.tar.gz
ChibiOS-30400ff28785c156264fb97069b127e8dbfb7491.tar.bz2
ChibiOS-30400ff28785c156264fb97069b127e8dbfb7491.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx')
-rw-r--r--os/hal/platforms/STM32F4xx/stm32_isr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/stm32_isr.h b/os/hal/platforms/STM32F4xx/stm32_isr.h
index f0b1ad14c..23f9fc19d 100644
--- a/os/hal/platforms/STM32F4xx/stm32_isr.h
+++ b/os/hal/platforms/STM32F4xx/stm32_isr.h
@@ -59,6 +59,12 @@
#define STM32_CAN2_SCE_NUMBER CAN2_SCE_IRQn
/*
+ * SDIO unit.
+ */
+#define STM32_SDIO_HANDLER SDIO_IRQHandler
+#define STM32_SDIO_NUMBER SDIO_IRQn
+
+/*
* TIM units.
*/
#define STM32_TIM1_UP_HANDLER TIM1_UP_IRQHandler