Restructure the interrupt vector distribution for better matching of their inherit...
[lunaix-os.git] / lunaix-os / includes / lunaix / timer.h
index 1b36db5cdfa0d91a94412cb6cd67d8b9e5b2c0a1..78976a579759501390b5a1d5bf52fa05e6c5d115 100644 (file)
@@ -23,10 +23,10 @@ struct lx_timer_context {
      */
     uint32_t running_frequency;
     /**
-     * @brief Ticks per second relative to desired system running frequency
+     * @brief Ticks per hertz
      * 
      */
-    ticks_t tps;
+    ticks_t tphz;
 };
 
 struct lx_timer {