diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-11 11:22:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-11 11:22:51 +0000 |
commit | 038d1a9c0008f0c68c27d6ab705f41cff32b5778 (patch) | |
tree | 4a67e03b47c160dc23f77da32ce4568891bdd45d /readme.txt | |
parent | 072b08c9e82abe295d5608710f4600149305f197 (diff) | |
download | ChibiOS-038d1a9c0008f0c68c27d6ab705f41cff32b5778.tar.gz ChibiOS-038d1a9c0008f0c68c27d6ab705f41cff32b5778.tar.bz2 ChibiOS-038d1a9c0008f0c68c27d6ab705f41cff32b5778.zip |
Fixed bug #453.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6620 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 b8a6f36fc..04a9a1340 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed chprintf() does not compile in strict C90 mode (bug #453)
+ (backported to 2.6.3).
- FIX: Fixed wrong vector names for STM32Lxx (bug #451)(backported
to 2.4.6 and 2.6.2).
- FIX: Fixed wrong STM32_TIM_CCMR2_OCxM macros on STM32F30x (bug #449)
|