diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 19:33:53 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 19:33:53 +0000 |
| commit | d25f85f0ea9b8340a9f16000c43f218a34e56477 (patch) | |
| tree | 2c0dfd45e645e8f156aa921ea73cae30f3f81074 | |
| parent | b0c0f93b8f60d3cf5225987d04c4ef84f8f72cee (diff) | |
| download | ChibiOS-d25f85f0ea9b8340a9f16000c43f218a34e56477.tar.gz ChibiOS-d25f85f0ea9b8340a9f16000c43f218a34e56477.tar.bz2 ChibiOS-d25f85f0ea9b8340a9f16000c43f218a34e56477.zip | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4203 35acf78f-673a-0410-8e92-d51de3d6d3f4
| -rw-r--r-- | os/hal/platforms/STM32F0xx/hal_lld.h | 3 | ||||
| -rw-r--r-- | readme.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F0xx/hal_lld.h b/os/hal/platforms/STM32F0xx/hal_lld.h index 1689c24e2..fa5f3195b 100644 --- a/os/hal/platforms/STM32F0xx/hal_lld.h +++ b/os/hal/platforms/STM32F0xx/hal_lld.h @@ -354,7 +354,8 @@ #define WWDG_IRQHandler Vector40 /**< Window Watchdog. */
#define PVD_IRQHandler Vector44 /**< PVD through EXTI Line
detect. */
-#define RTC_IRQHandler Vector48 /**< RTC. */
+#define RTC_IRQHandler Vector48 /**< RTC through EXTI Line
+ Interrupt. */
#define FLASH_IRQHandler Vector4C /**< Flash. */
#define RCC_IRQHandler Vector50 /**< RCC. */
#define EXTI0_1_IRQHandler Vector54 /**< EXTI Line 0..1. */
diff --git a/readme.txt b/readme.txt index 9f958c8b7..da3e89d89 100644 --- a/readme.txt +++ b/readme.txt @@ -79,7 +79,7 @@ *****************************************************************************
*** 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).
- FIX: Fixed error in STM32L-Discovery board.h file (bug 3526918)(backported
to 2.4.2).
|
