include/timers_unix/timerscfg.h
changeset 71 95cd3376cc9f
parent 38 9b5bb1dcb4f5
child 321 994457edada8
--- a/include/timers_unix/timerscfg.h	Thu Jan 25 16:49:51 2007 +0100
+++ b/include/timers_unix/timerscfg.h	Thu Jan 25 17:36:58 2007 +0100
@@ -25,8 +25,8 @@
 
 #include <pthread.h>
 
-// Time unit : us
-// Time resolution : 64bit (~584942 years)
+/* Time unit : us */
+/* Time resolution : 64bit (~584942 years) */
 #define TIMEVAL unsigned long long
 #define TIMEVAL_MAX ~(TIMEVAL)0
 #define MS_TO_TIMEVAL(ms) ms*1000