diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-07 18:20:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-07 18:20:31 +0000 |
commit | a5d0e873823ef5a407f3d08396cab0b25694f205 (patch) | |
tree | 5d16cdf15fe40bf922dff11104086c594a2513b9 | |
parent | e54758e2d3fb3dc5ba5abc093e8063603c5f33fe (diff) | |
download | ChibiOS-a5d0e873823ef5a407f3d08396cab0b25694f205.tar.gz ChibiOS-a5d0e873823ef5a407f3d08396cab0b25694f205.tar.bz2 ChibiOS-a5d0e873823ef5a407f3d08396cab0b25694f205.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@815 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 77a6b9108..40624245a 100644 --- a/readme.txt +++ b/readme.txt @@ -83,7 +83,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, stable branch).
- FIX: Fixed a small problem in the chcore.c template file.
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
-- NEW: Now all the APIs with a timeout specification accept the constant
+- NEW: Most APIs with a timeout specification now accept the constant
TIME_ZERO (0) that triggers an immediate timeout when trying to enter a sleep
state. Note that the previous constant TIME_INFINITE now has value -1
instead of zero.
|