aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-07 12:06:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-07 12:06:00 +0000
commitf9cfe6b9bbf175cf59d47cb5c8dbad4298569bc4 (patch)
treec2fa9551d9a853db82ad899799dc03b3fd6ecb6b /os/hal
parentb5e0aff09d6dd6d7335f5ea75b2edc9a08bf11c6 (diff)
downloadChibiOS-f9cfe6b9bbf175cf59d47cb5c8dbad4298569bc4.tar.gz
ChibiOS-f9cfe6b9bbf175cf59d47cb5c8dbad4298569bc4.tar.bz2
ChibiOS-f9cfe6b9bbf175cf59d47cb5c8dbad4298569bc4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6095 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32F30x/stm32f30x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F30x/stm32f30x.h b/os/hal/platforms/STM32F30x/stm32f30x.h
index 99c6178ee..019180f16 100644
--- a/os/hal/platforms/STM32F30x/stm32f30x.h
+++ b/os/hal/platforms/STM32F30x/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 lines 17, 19 & 20 */
+ RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI lines 17, 19 & 20 */
FLASH_IRQn = 4, /*!< FLASH global Interrupt */
RCC_IRQn = 5, /*!< RCC global Interrupt */
EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */