Skip to content

Commit

Permalink
Disable ZDA debug
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjohnson committed Jan 11, 2025
1 parent 5bd74b3 commit 6e813f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/protocol_nmea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6e813f6

Please sign in to comment.