diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/win32_2timerscfg_8h-source.html --- a/doc/doxygen/html/win32_2timerscfg_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/win32_2timerscfg_8h-source.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
00001 /* 00002 This file is part of CanFestival, a library implementing CanOpen Stack. 00003 @@ -49,15 +49,15 @@ 00028 00029 // Time unit : us 00030 // Time resolution : 64bit (~584942 years) -00031 #define TIMEVAL unsigned long long -00032 #define TIMEVAL_MAX ~(TIMEVAL)0 -00033 #define MS_TO_TIMEVAL(ms) ms*1000 -00034 #define US_TO_TIMEVAL(us) us +00031 #define TIMEVAL unsigned long long +00032 #define TIMEVAL_MAX ~(TIMEVAL)0 +00033 #define MS_TO_TIMEVAL(ms) ms*1000 +00034 #define US_TO_TIMEVAL(us) us 00035 -00036 #define TASK_HANDLE HANDLE +00036 #define TASK_HANDLE HANDLE 00037 00038 #endif -