diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 06:46:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 06:46:11 +0000 |
commit | 63f071bb5945b01f653ccceda09e48376dbc2263 (patch) | |
tree | 8599a86542546abbf4fd30a9e8b65922e23a12ee /readme.txt | |
parent | e0b177423e1b14ab942fbf40b79d60d13ae02eb5 (diff) | |
download | ChibiOS-63f071bb5945b01f653ccceda09e48376dbc2263.tar.gz ChibiOS-63f071bb5945b01f653ccceda09e48376dbc2263.tar.bz2 ChibiOS-63f071bb5945b01f653ccceda09e48376dbc2263.zip |
Fixed bug 3527179.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4200 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 9a5f075c2..9f958c8b7 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ *****************************************************************************
*** 2.5.0 ***
+- 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).
- FIX: Fixed inconsistent LPCxxx Internal RC oscillator names (bug 3524138)
|