diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-04 16:21:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-04 16:21:09 +0000 |
commit | 636f21faadbef4f9b43e08c18fb1d3f5c4c9d9f9 (patch) | |
tree | a880cf2066cb6f18dc342fd7af15b040e4c7dd38 /readme.txt | |
parent | 4f6d4bede4410b5fd2c11ffb5a0fa719e4e14ca1 (diff) | |
download | ChibiOS-636f21faadbef4f9b43e08c18fb1d3f5c4c9d9f9.tar.gz ChibiOS-636f21faadbef4f9b43e08c18fb1d3f5c4c9d9f9.tar.bz2 ChibiOS-636f21faadbef4f9b43e08c18fb1d3f5c4c9d9f9.zip |
Fixed bug bug #424.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6076 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 c08d4f806..5b73bf4b0 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed conditional code error in STM32 PWM driver (bug #424)(backported
+ to 2.6.1 and 2.4.5).
- 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
|