diff --git a/Source/Time/AuClock.cpp b/Source/Time/AuClock.cpp index 8fca0103..fc4580c1 100644 --- a/Source/Time/AuClock.cpp +++ b/Source/Time/AuClock.cpp @@ -149,6 +149,7 @@ return uvalue; }; _gNTClockMode = 2; + _gNTTimeFreq = _gNTFreq(); } static void _NTDoClockInit() @@ -208,7 +209,11 @@ case 1: return _NT6_1_Query_Frequency(); case 2: + #if 0 return _gNTFreq(); + #else + return _gNTTimeFreq; + #endif default: return 0; }