diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-24 07:41:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-24 07:41:07 +0000 |
commit | ca6ab337feffdc0d6fddc492a91e55ebf197d4f5 (patch) | |
tree | f3774f2ca2e94ea5e3ca8e3055a7385a8accc9dd /os/hal/platforms/STM32F1xx | |
parent | 30400ff28785c156264fb97069b127e8dbfb7491 (diff) | |
download | ChibiOS-ca6ab337feffdc0d6fddc492a91e55ebf197d4f5.tar.gz ChibiOS-ca6ab337feffdc0d6fddc492a91e55ebf197d4f5.tar.bz2 ChibiOS-ca6ab337feffdc0d6fddc492a91e55ebf197d4f5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4343 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r-- | os/hal/platforms/STM32F1xx/stm32_isr.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/stm32_isr.h b/os/hal/platforms/STM32F1xx/stm32_isr.h index e79efd155..c8c5d7fde 100644 --- a/os/hal/platforms/STM32F1xx/stm32_isr.h +++ b/os/hal/platforms/STM32F1xx/stm32_isr.h @@ -59,9 +59,17 @@ #define STM32_CAN2_SCE_NUMBER CAN2_SCE_IRQn
/*
+ * OTG units.
+ */
+#define STM32_OTG1_HANDLER OTG_FS_IRQHandler
+
+#define STM32_OTG1_NUMBER OTG_FS_IRQn
+
+/*
* SDIO unit.
*/
#define STM32_SDIO_HANDLER SDIO_IRQHandler
+
#define STM32_SDIO_NUMBER SDIO_IRQn
/*
|