[NTVDM]: Partial revert to r67234: delays were in fact better than frequencies, in...
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / pit.c
index 0d1dfca..f64d267 100644 (file)
@@ -511,7 +511,7 @@ VOID PitInitialize(VOID)
 
     /* Register the hardware timer */
     MasterClock = CreateHardwareTimer(HARDWARE_TIMER_ENABLED | HARDWARE_TIMER_PRECISE,
-                                      PIT_BASE_FREQUENCY,
+                                      HZ_TO_NS(PIT_BASE_FREQUENCY),
                                       PitClock);
 }