From 30400ff28785c156264fb97069b127e8dbfb7491 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Jun 2012 07:25:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4342 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/stm32_isr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os/hal/platforms/STM32F4xx') 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 @@ -58,6 +58,12 @@ #define STM32_CAN2_RX1_NUMBER CAN2_RX1_IRQn #define STM32_CAN2_SCE_NUMBER CAN2_SCE_IRQn +/* + * SDIO unit. + */ +#define STM32_SDIO_HANDLER SDIO_IRQHandler +#define STM32_SDIO_NUMBER SDIO_IRQn + /* * TIM units. */ -- cgit v1.2.3