diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-13 11:04:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-13 11:04:26 +0000 |
commit | 6118fea28012ac4ae29f452cc29ea948509c558c (patch) | |
tree | 24bb8ffa2669368d709f2149f3c7ccece434aca1 /readme.txt | |
parent | 73642ca0cce31ed6982813a90b89e4de05da76cb (diff) | |
download | ChibiOS-6118fea28012ac4ae29f452cc29ea948509c558c.tar.gz ChibiOS-6118fea28012ac4ae29f452cc29ea948509c558c.tar.bz2 ChibiOS-6118fea28012ac4ae29f452cc29ea948509c558c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@49 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files 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.
|