aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-25 10:11:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-01-25 10:11:55 +0000
commitebf7e51e88894741073b3c8d128c37d477f7bc00 (patch)
tree59e5d121c0ffa03acda9c0e7f4632dd73b759166 /readme.txt
parent811bbbc8fbe38cda9361b11d0e23fbc927153c53 (diff)
downloadChibiOS-ebf7e51e88894741073b3c8d128c37d477f7bc00.tar.gz
ChibiOS-ebf7e51e88894741073b3c8d128c37d477f7bc00.tar.bz2
ChibiOS-ebf7e51e88894741073b3c8d128c37d477f7bc00.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@185 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 92a80bf84..d50bff9e9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -45,7 +45,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
the next sender in queue would receive it instead (the messages server has
no way to know that the sender is gone because a timeout).
A workaround would make the messages subsystem much heavier and this is
- not desiderable.
+ not acceptable.
- Removed the test case for chMsgSendTimeout() from the test suite.
- Space saved by reorganizing the timeout code into a single scheduler
function.