git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6095 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-08-07 12:06:00 +00:00
parent b5e0aff09d
commit f9cfe6b9bb
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ typedef enum IRQn
WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */ WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */ PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
TAMPER_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts */ 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 */ FLASH_IRQn = 4, /*!< FLASH global Interrupt */
RCC_IRQn = 5, /*!< RCC global Interrupt */ RCC_IRQn = 5, /*!< RCC global Interrupt */
EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */ EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */