diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/timers__unix_2timerscfg_8h-source.html --- a/doc/doxygen/html/timers__unix_2timerscfg_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/timers__unix_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 @@ -48,15 +48,15 @@ 00027 00028 /* Time unit : us */ 00029 /* Time resolution : 64bit (~584942 years) */ -00030 #define TIMEVAL unsigned long long -00031 #define TIMEVAL_MAX ~(TIMEVAL)0 -00032 #define MS_TO_TIMEVAL(ms) ms*1000 -00033 #define US_TO_TIMEVAL(us) us +00030 #define TIMEVAL unsigned long long +00031 #define TIMEVAL_MAX ~(TIMEVAL)0 +00032 #define MS_TO_TIMEVAL(ms) ms*1000 +00033 #define US_TO_TIMEVAL(us) us 00034 -00035 #define TASK_HANDLE pthread_t +00035 #define TASK_HANDLE pthread_t 00036 00037 #endif -