Print this page
XXXX introduce drv_sectohz

@@ -76,11 +76,11 @@
 #endif
 
 /*
  * Useful macros and typedefs
  */
-#define ONESEC          (drv_usectohz(1*1000000))
+#define ONESEC          drv_sectohz(1)
 #define ROUNDUP2(x, a)  (((x) + (a) - 1) & ~((a) - 1))
 
 /*
  * Our configuration
  */