diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-19 09:36:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-19 09:36:31 +0000 |
commit | 78ebf73dcdc6aa09b6f255ac53ceafffa62422c4 (patch) | |
tree | 244df75fab5b2b7137c099b50df297e0b6479a42 /readme.txt | |
parent | 562c0225116b2fae3623e92c54c58675b27b6f40 (diff) | |
download | ChibiOS-78ebf73dcdc6aa09b6f255ac53ceafffa62422c4.tar.gz ChibiOS-78ebf73dcdc6aa09b6f255ac53ceafffa62422c4.tar.bz2 ChibiOS-78ebf73dcdc6aa09b6f255ac53ceafffa62422c4.zip |
Reverted bug #910.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index fa1a6cf1a..f1dbbe31a 100644 --- a/readme.txt +++ b/readme.txt @@ -168,8 +168,6 @@ Updated the various platform.mk implementing "smart build" mode.
- LIB: Fixed inner semaphore not updated in chGuardedPoolAllocI() function
(bug #911).
-- HAL: Fixed chprintf float support for 0 precision (bug #910)(backported to
- 17.6.4 and 16.1.10).
- RT: Fixed compile error with assertions enabled and dynamic extensions
disabled (bug #909)(backported to 17.6.4).
- HAL: Fixed compile error HAL UART without WAIT (bug #908)(backported to
|