Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r39c83612c7d83075cded8b7e1c8030898cdb5ad9 -r972fd668dd86b0c4ff12e9ffff445231cbeea2b0 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 39c83612c7d83075cded8b7e1c8030898cdb5ad9) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 972fd668dd86b0c4ff12e9ffff445231cbeea2b0) @@ -448,6 +448,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() ) { @@ -459,6 +462,7 @@ setRTCEpoch( epoch.epochTime ); } } +*/ } /*********************************************************************//**