Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r587d23c7ba96d1938658908ceb67850e4e4e08c8 -r1747702a2e89998cd3fa1348907eeb623e9c16c8 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 587d23c7ba96d1938658908ceb67850e4e4e08c8) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 1747702a2e89998cd3fa1348907eeb623e9c16c8) @@ -8,7 +8,7 @@ * @file SystemCommMessages.h * * @author (last) Dara Navaei -* @date (last) 31-Mar-2022 +* @date (last) 25-May-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -116,6 +116,9 @@ // MSG_ID_DG_SAMPLE_WATER_CMD void handleSampleWaterCmd( MESSAGE_T *message ); +// MSG_ID_SET_RTC_TIMESTAMP +void handleSetRTCTimestamp( MESSAGE_T *message ); + // MSG_ID_START_STOP_PRIMARY_HEATER BOOL handleStartStopPrimaryHeater( MESSAGE_T * message ); @@ -176,9 +179,6 @@ // MSG_ID_PUBLSIH_HEATERS_DATA_OVERRIDE void handleTestHeatersDataPublishOverrideRequest ( MESSAGE_T *message ); -// MSG_ID_SET_RTC_TIMESTAMP -void handleSetRTCTimestamp( MESSAGE_T *message ); - // MSG_ID_PRESSURE_OVERRIDE: void handleTestPressureSensorOverrideRequest( MESSAGE_T *message );