aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 07:41:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-24 07:41:07 +0000
commitca6ab337feffdc0d6fddc492a91e55ebf197d4f5 (patch)
treef3774f2ca2e94ea5e3ca8e3055a7385a8accc9dd /os/hal/platforms/STM32F1xx
parent30400ff28785c156264fb97069b127e8dbfb7491 (diff)
downloadChibiOS-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.h8
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
/*