diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:21:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:21:51 +0000 |
commit | 27881295a0d743d079f66fae65ac4f6f6f99a04b (patch) | |
tree | 4a8de8968a73c07954a337a99023ae229216c451 /readme.txt | |
parent | 43ca8b55d2f9e84656415c1442c7f212e9c87224 (diff) | |
download | ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.tar.gz ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.tar.bz2 ChibiOS-27881295a0d743d079f66fae65ac4f6f6f99a04b.zip |
Fixed bug #419.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5965 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 e89a4547b..af95c3f1c 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed invalid directory links in the demo files (bug #419)backported
+ to 2.6.1).
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
to 2.6.1, 2.4.4 and 2.2.10).
- FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417)
|