aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:27:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-02 17:27:31 +0000
commitd9578ad0dbbb3cad59073de52cf258497acb5778 (patch)
treedf7ca46405d902b8c51047d328660d6b969f9c0d /readme.txt
parent3f81701c837ada65d9d5a90e29157dc818e14c08 (diff)
downloadChibiOS-d9578ad0dbbb3cad59073de52cf258497acb5778.tar.gz
ChibiOS-d9578ad0dbbb3cad59073de52cf258497acb5778.tar.bz2
ChibiOS-d9578ad0dbbb3cad59073de52cf258497acb5778.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1990 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 fea5d6ad8..e32988ae3 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 explicit casts in chevents.h and chqueues.h in order to silence
- some warnings on a specific compiler.
+- Added explicit casts in chevents.h, chqueues.h, chqueues.c in order to
+ silence some warnings on a specific compiler.
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).