aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:13:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:13:25 +0000
commit3f81701c837ada65d9d5a90e29157dc818e14c08 (patch)
treec9daa09ceeec2d293e54c48e269069d54d0056ab /readme.txt
parent679847088e7086976cff529fdd2f4f4cec21c572 (diff)
downloadChibiOS-3f81701c837ada65d9d5a90e29157dc818e14c08.tar.gz
ChibiOS-3f81701c837ada65d9d5a90e29157dc818e14c08.tar.bz2
ChibiOS-3f81701c837ada65d9d5a90e29157dc818e14c08.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1989 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index e350134e3..fea5d6ad8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,8 +63,8 @@
- OPT: Small size optimization in the semaphores subsystem.
- OPT: Improvements in the STM8 port, the code is now smaller and generally
faster, also saved few bytes of RAM.
-- Added some explicit casts in chevents.h in order to silence two warnings on
- a specific compiler.
+- Added explicit casts in chevents.h and chqueues.h in order to silence
+ some warnings on a specific compiler.
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).