Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r721bd715bef050760e5c0f79044d1cba642c8354 -rf2627fcbfb14b15b9f29c68519603e9189f493b2 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 721bd715bef050760e5c0f79044d1cba642c8354) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision f2627fcbfb14b15b9f29c68519603e9189f493b2) @@ -450,9 +450,6 @@ *************************************************************************/ 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() ) { @@ -464,7 +461,6 @@ setRTCEpoch( epoch.epochTime ); } } -*/ } /*********************************************************************//**