Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r9cc5da6947aa143a10f95519eb7f366c1b095d61 -r9426334142cbfdea9ee99e3040fc08ff0247da7b --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9cc5da6947aa143a10f95519eb7f366c1b095d61) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 9426334142cbfdea9ee99e3040fc08ff0247da7b) @@ -163,6 +163,9 @@ // MSG_ID_DG_RESPONSE_SERVICE_MODE_REQUEST BOOL sendServiceModeResponse( BOOL accepted, U32 rejCode ); +// MSG_ID_DG_SET_SERVICE_TIME +void handleSetDGServiceTime( MESSAGE_T *message ); + // *********** public test support message functions ********** // MSG_TESTER_LOG_IN @@ -412,6 +415,9 @@ // MSG_ID_DG_VALVES_SENSED_STATE_OVERRIDE void handleTestDGValvesSensedStateOverrideRequest( MESSAGE_T *message ); +// MSG_ID_DG_NV_RECORD_CRC_OVERRIDE +void handleTestDGNVRecordCRCOverride( MESSAGE_T *message ); + /**@}*/ #endif