diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-27 14:54:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-27 14:54:09 +0000 |
commit | 1a100c442a84fd82ac3836b0baa1667580ab9d67 (patch) | |
tree | 2daaffaca4e8cf4dc4152e058e2586897bef8af9 /readme.txt | |
parent | cf4c8b528179f63663763536892ef20ed7ebadfb (diff) | |
download | ChibiOS-1a100c442a84fd82ac3836b0baa1667580ab9d67.tar.gz ChibiOS-1a100c442a84fd82ac3836b0baa1667580ab9d67.tar.bz2 ChibiOS-1a100c442a84fd82ac3836b0baa1667580ab9d67.zip |
Fixed bug #418.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5899 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 89b08a66a..7a853273f 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
+ to 2.6.1, 2.4.4 and 2.2.10).
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
(backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
|