diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-01 15:58:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-01 15:58:34 +0000 |
commit | 85419c96bd16295312bf833a9b5a927ba03d0026 (patch) | |
tree | 83354b4074727eb77d5ad18914e0265946782a8f /readme.txt | |
parent | 72a1f3b4be1ea6e9871452e7dd18fa56bd22ad76 (diff) | |
download | ChibiOS-85419c96bd16295312bf833a9b5a927ba03d0026.tar.gz ChibiOS-85419c96bd16295312bf833a9b5a927ba03d0026.tar.bz2 ChibiOS-85419c96bd16295312bf833a9b5a927ba03d0026.zip |
Fixed bug bug #423.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6065 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 73a5d47e7..c08d4f806 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed error in Guards of pwm_lld.h from STM32 (bug #423)(backported to
+ 2.6.1).
- FIX: Fixed wrong RTC macro names in STM32L1xx HAL (bug #422)(backported to
2.6.1 and 2.4.5).
- FIX: Fixed CodeSourcery personal version fails to build with undefined
|