Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -ra9160f295f6baf4fad4a8e2a739782f6df7d177a -r326e3597e1555ef2ac4978f58786e7ce638b1287 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision a9160f295f6baf4fad4a8e2a739782f6df7d177a) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 326e3597e1555ef2ac4978f58786e7ce638b1287) @@ -1265,6 +1265,10 @@ handleDGCmdResp( message ); break; + case MSG_ID_UI_HD_SET_RTC_REQUEST: + handleUIClockSyncRequest( message ); + break; + case MSG_ID_DG_POST_FINAL_TEST_RESULT: handleDGPOSTFinalResult( message ); break;