diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-17 14:10:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-17 14:10:10 +0000 |
commit | f5d55ccbc39fc7054ae5759dbea0c496ce0711a7 (patch) | |
tree | 8859bf0ccb3eed95a87600ef0723a86e35ec0978 /readme.txt | |
parent | df2a9909241e09bed7e1028d1e27030073182649 (diff) | |
download | ChibiOS-f5d55ccbc39fc7054ae5759dbea0c496ce0711a7.tar.gz ChibiOS-f5d55ccbc39fc7054ae5759dbea0c496ce0711a7.tar.bz2 ChibiOS-f5d55ccbc39fc7054ae5759dbea0c496ce0711a7.zip |
Fixed bug 3605058.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5227 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index ad82294cf..c422ac777 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,7 @@ *****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed compile Error OLIMEX_SAM7_EX256/board.c (bug 3605058).
- FIX: Fixed bug prevents calling adcStartConversionI() within ISR (bug
3605053)(backported to 2.4.4).
- FIX: Fixed typo in platforms/STM32/can_lld.c (bug 3604657)(backported
|