git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4203 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b0c0f93b8f
commit
d25f85f0ea
|
@ -354,7 +354,8 @@
|
||||||
#define WWDG_IRQHandler Vector40 /**< Window Watchdog. */
|
#define WWDG_IRQHandler Vector40 /**< Window Watchdog. */
|
||||||
#define PVD_IRQHandler Vector44 /**< PVD through EXTI Line
|
#define PVD_IRQHandler Vector44 /**< PVD through EXTI Line
|
||||||
detect. */
|
detect. */
|
||||||
#define RTC_IRQHandler Vector48 /**< RTC. */
|
#define RTC_IRQHandler Vector48 /**< RTC through EXTI Line
|
||||||
|
Interrupt. */
|
||||||
#define FLASH_IRQHandler Vector4C /**< Flash. */
|
#define FLASH_IRQHandler Vector4C /**< Flash. */
|
||||||
#define RCC_IRQHandler Vector50 /**< RCC. */
|
#define RCC_IRQHandler Vector50 /**< RCC. */
|
||||||
#define EXTI0_1_IRQHandler Vector54 /**< EXTI Line 0..1. */
|
#define EXTI0_1_IRQHandler Vector54 /**< EXTI Line 0..1. */
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.0 ***
|
*** 2.5.0 ***
|
||||||
- FIX: Fixed wrong macro check in STM32 MAC driver (bug 3527179 )(backported
|
- FIX: Fixed wrong macro check in STM32 MAC driver (bug 3527179)(backported
|
||||||
to 2.4.2).
|
to 2.4.2).
|
||||||
- FIX: Fixed error in STM32L-Discovery board.h file (bug 3526918)(backported
|
- FIX: Fixed error in STM32L-Discovery board.h file (bug 3526918)(backported
|
||||||
to 2.4.2).
|
to 2.4.2).
|
||||||
|
|
Loading…
Reference in New Issue