From 6118fea28012ac4ae29f452cc29ea948509c558c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Oct 2007 11:04:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@49 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index a044cc0df..f16e4cdac 100644 --- a/readme.txt +++ b/readme.txt @@ -40,9 +40,8 @@ AVR-AT90CANx-GCC - Port on AVER AT90CAN128, not complete yet. *** 0.3.3 *** - Modified the chVTSetI(), now for the "time" parameter can have value zero - with meaning "infinite". - This allows all the APIs with timeout parameters to be invoked - with timeout=0 and work with no timeout. + with meaning "infinite". This allows all the APIs with timeout parameters + to be invoked with no timeout. - Fixes in the documentation. - Renamed some APIs in the "Sch" group to have an S suffix instead of I.