From 6e813f6f511c149188eec0f915b483ef09d54a26 Mon Sep 17 00:00:00 2001 From: waltjohnson Date: Sat, 11 Jan 2025 12:59:55 -0700 Subject: [PATCH] Disable ZDA debug --- src/protocol_nmea.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/protocol_nmea.cpp b/src/protocol_nmea.cpp index d5dc02014..dfe3f78e8 100644 --- a/src/protocol_nmea.cpp +++ b/src/protocol_nmea.cpp @@ -732,7 +732,8 @@ void nmea_GPSTimeToUTCTimeMsPrecision_ZDA_debug(char* a, int aSize, int &offset, utc_time_t t; gpsTowMsToUtcTime(pos.timeOfWeekMs, pos.leapS, &t); -#if defined(IMX_5) || defined(SDK_UNIT_TEST) +#if 0 +// #if defined(IMX_5) || defined(SDK_UNIT_TEST) /////////////////////////////////////////////////////////////////////// // TODO: (WHJ) ZDA debug. Remove after ZDA time skip issue is resolved. (SN-6066)