diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-02 10:05:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-05-02 10:05:05 +0000 |
commit | 3b7d4e76af654868280e58f90bd16fd532f00c74 (patch) | |
tree | 5c510707e1cfc7dcf0877fb69c976d927341b1de | |
parent | bf743808c5339de5390252aaedf42a0d19602f44 (diff) | |
download | ChibiOS-3b7d4e76af654868280e58f90bd16fd532f00c74.tar.gz ChibiOS-3b7d4e76af654868280e58f90bd16fd532f00c74.tar.bz2 ChibiOS-3b7d4e76af654868280e58f90bd16fd532f00c74.zip |
Fixed bug #373.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6903 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 8901f4aa7..bd2ce2f3c 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed configuration descriptors larger than 127 bytes don't
+ work (bug #373)(backported to 2.6.4).
- FIX: Fixed invalid cast in PWM_FRACTION_TO_WIDTH() macro (bug #487)
(backported to 2.4.6 and 2.6.4).
- FIX: Fixed wrong STM32 TIM9 clock source in PWM and ICU drivers (bug #486)
|