diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-24 12:44:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-24 12:44:12 +0000 |
commit | 9aade8681b79fc40cec126eaeff24c6ab9fa75ff (patch) | |
tree | 30300aec043b18892ba1842446f3d64b9fe943cb /os/hal/platforms/STM32F3xx/stm32f30x.h | |
parent | 5eecdb6b50a52d8e8e04609e11da9be92cebfb05 (diff) | |
download | ChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.tar.gz ChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.tar.bz2 ChibiOS-9aade8681b79fc40cec126eaeff24c6ab9fa75ff.zip |
Added EXT driver and test application for STM32F3xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4968 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/stm32f30x.h')
-rw-r--r-- | os/hal/platforms/STM32F3xx/stm32f30x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F3xx/stm32f30x.h b/os/hal/platforms/STM32F3xx/stm32f30x.h index bbb297f80..880fd1d9a 100644 --- a/os/hal/platforms/STM32F3xx/stm32f30x.h +++ b/os/hal/platforms/STM32F3xx/stm32f30x.h @@ -177,7 +177,7 @@ typedef enum IRQn WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
TAMPER_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts */
- RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI lines 17, 19 & 20 */
+ RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the lines 17, 19 & 20 */
FLASH_IRQn = 4, /*!< FLASH global Interrupt */
RCC_IRQn = 5, /*!< RCC global Interrupt */
EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
|