carl9170 firmware: fix time accouting
[carl9170fw.git] / carlfw / include / carl9170.h
index 4b0738d651a3fd0bdc93552284c3ed4e63652b85..d3afcdbc2849e87ebce06e4ec6918686db0ec8fb 100644 (file)
@@ -78,7 +78,7 @@ typedef void (*fw_desc_callback_t)(void *, const bool);
 
 struct firmware_context_struct {
        /* timer / clocks */
-       unsigned int ticks_per_msec;
+       unsigned int ticks_per_usec;
        unsigned int counter;                   /* main() cycles */
 
        /* misc */