diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/timers__xeno_2timerscfg_8h-source.html --- a/doc/doxygen/html/timers__xeno_2timerscfg_8h-source.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/timers__xeno_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 @@ -51,15 +51,15 @@ 00030 00031 // Time unit : ns 00032 // Time resolution : 64bit (~584 years) -00033 #define TIMEVAL RTIME -00034 #define TIMEVAL_MAX ~(RTIME)0 -00035 #define MS_TO_TIMEVAL(ms) (RTIME)ms*1000000 -00036 #define US_TO_TIMEVAL(us) (RTIME)us*1000 +00033 #define TIMEVAL RTIME +00034 #define TIMEVAL_MAX ~(RTIME)0 +00035 #define MS_TO_TIMEVAL(ms) (RTIME)ms*1000000 +00036 #define US_TO_TIMEVAL(us) (RTIME)us*1000 00037 -00038 #define TASK_HANDLE RT_TASK +00038 #define TASK_HANDLE RT_TASK 00039 00040 #endif -