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

This commit is contained in:
gdisirio 2008-10-25 11:02:35 +00:00
parent 3547c39161
commit 7928055105
1 changed files with 1 additions and 2 deletions

View File

@ -74,10 +74,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.7.3 ***
- 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.
- CHANGE: Removed the files chsleep.c and sleep.h, the content was moved in
other files.
- 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