Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r23120d5201ec71f5bf9597c4951524652e3672ad -r39841b84f399b7b3233822942c39efba24ffcd12 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 23120d5201ec71f5bf9597c4951524652e3672ad) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 39841b84f399b7b3233822942c39efba24ffcd12) @@ -320,6 +320,9 @@ // MSG_ID_DG_START_STOP_HEAT_DISINFECT BOOL handleStartStopDGHeatDisinfect( MESSAGE_T *message ); +// MSG_ID_UI_DG_SET_RTC_REQUEST +void handleUIClockSyncRequest( MESSAGE_T *message ); + // MSG_ID_DG_SET_CALIBRATION_DATA void handleSetDGCalibrationRecord( MESSAGE_T *message );