Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r6e57ef369518a71692b8631dda5204efce51676c -r54b8354ee6f52b72653b327305f62cfa859871b1 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 6e57ef369518a71692b8631dda5204efce51676c) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 54b8354ee6f52b72653b327305f62cfa859871b1) @@ -447,6 +447,9 @@ *************************************************************************/ void handleRTCSyncFromHD( MESSAGE_T *message ) { + // TODO - remove the code below until the issue for the synchronization + // of the DG RTC to the HD RTC is resolved. +/* // Only sync RTC to HD date/time when ... if ( TRUE == syncDG2HDDateTime() ) { @@ -458,6 +461,7 @@ setRTCEpoch( epoch.epochTime ); } } +*/ } /*********************************************************************//**