diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-24 11:31:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-24 11:31:40 +0000 |
commit | 84cba6bb97764b87bfd4acfa5216daadfaea25e0 (patch) | |
tree | 6caf028c8dd4c4d4f3c433823bc3c516665a699d /readme.txt | |
parent | d57fe5ccdf096b2cfe3973afc78f51ec48f62b77 (diff) | |
download | ChibiOS-84cba6bb97764b87bfd4acfa5216daadfaea25e0.tar.gz ChibiOS-84cba6bb97764b87bfd4acfa5216daadfaea25e0.tar.bz2 ChibiOS-84cba6bb97764b87bfd4acfa5216daadfaea25e0.zip |
Fixed bug #487.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6880 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 e7afb49cb..8901f4aa7 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- 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)
(backported to 2.6.4).
- FIX: Fixed MMC_SPI driver block_addresses is not initialized after
|