Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r1e22b6ff6f42ddc57ad6c17e56057ab8a3765680 -rbb7a4629cc96d96b6d1749c924e77886e0d64bcb --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 1e22b6ff6f42ddc57ad6c17e56057ab8a3765680) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision bb7a4629cc96d96b6d1749c924e77886e0d64bcb) @@ -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 );