git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@185 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-01-25 10:11:55 +00:00
parent 811bbbc8fb
commit ebf7e51e88
1 changed files with 1 additions and 1 deletions

View File

@ -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.