diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-28 15:48:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-28 15:48:05 +0000 |
commit | 3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4 (patch) | |
tree | 171cd66f56b90739996f60b0955ee5e598bb49fa /readme.txt | |
parent | e4828a13e579f8bdbb92bd705b40604c5ade1063 (diff) | |
download | ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.tar.gz ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.tar.bz2 ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.zip |
Fixed bug #461.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6651 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 f2e2b9d19..075376917 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed spurious callback in ICU driver (bug #461)(backported to 2.6.3
+ and 2.4.6).
- FIX: Fixed compile error in STM32F0xx ADC driver when STM32F0XX_LD devices
are selected (bug #460)(backported to 2.6.3).
- FIX: Fixed race condition in STM32 SDC driver (bug #458)(backported
|