diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 09:35:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-11 09:35:15 +0000 |
commit | 30ed1b741767e4f67152b2efd5737fb7e20517c5 (patch) | |
tree | a87ec5b8275f19a9a12e5ebde3f8af56d2b0c861 /readme.txt | |
parent | b587681a145382f21e827c3a33740ddf313a9e4a (diff) | |
download | ChibiOS-30ed1b741767e4f67152b2efd5737fb7e20517c5.tar.gz ChibiOS-30ed1b741767e4f67152b2efd5737fb7e20517c5.tar.bz2 ChibiOS-30ed1b741767e4f67152b2efd5737fb7e20517c5.zip |
Fixed bug bug #425.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6131 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 71fc1cbe5..a5d35f765 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,8 @@ *** 2.7.0 ***
- FIX: Fixed UART4 and 5 marked as not present in STM32F30x devices (bug #426)
(backported to 2.6.1).
+- FIX: Fixed warning in STM32 ICU/PWM drivers when used on STM32F3xx
+ (bug #425)(backported to 2.6.1).
- FIX: Fixed conditional code error in STM32 PWM driver (bug #424)(backported
to 2.6.1).
- FIX: Fixed error in Guards of pwm_lld.h from STM32 (bug #423)(backported to
|