diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-26 14:03:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-26 14:03:35 +0000 |
commit | 7739f384f6e367a22c56d955dc49c5c0f111ccf7 (patch) | |
tree | f57f0271ebc8ec5b3a1dd1bf359b79dd3945b59d | |
parent | 2eb25d94e556ceace6170ecf5798e8e4e1845514 (diff) | |
download | ChibiOS-7739f384f6e367a22c56d955dc49c5c0f111ccf7.tar.gz ChibiOS-7739f384f6e367a22c56d955dc49c5c0f111ccf7.tar.bz2 ChibiOS-7739f384f6e367a22c56d955dc49c5c0f111ccf7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@486 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 52d79f370..9f871dd82 100644 --- a/readme.txt +++ b/readme.txt @@ -80,7 +80,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - CHANGE: Zero is no more a valid time specification for the chVTSetI() API.
- CHANGE: Removed the files chsleep.c and sleep.h.
- CHANGE: Renamed the files chdelta.c and delta.h to chvt.c and vt.h. All the
- system time related functions and macros are now moved here.
+ system time related functions and macros are now there.
- CHANGE: Renamed the structure DeltaList to VTList, it includes the system
time counter too now.
- CHANGE: Removed the CH_USE_SYSTEMTIME and CH_USE_VIRTUAL_TIMER configuration
|