Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -ra9160f295f6baf4fad4a8e2a739782f6df7d177a -r326e3597e1555ef2ac4978f58786e7ce638b1287 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a9160f295f6baf4fad4a8e2a739782f6df7d177a) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 326e3597e1555ef2ac4978f58786e7ce638b1287) @@ -275,6 +275,9 @@ // MSG_ID_DG_COMMAND_RESPONSE void handleDGCmdResp( MESSAGE_T *messagePtr ); + +// MSG_ID_UI_HD_SET_RTC_REQUEST: +void handleUIClockSyncRequest( MESSAGE_T *message ); // MSG_ID_DG_OP_MODE void handleDGOpMode( MESSAGE_T *message );