Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rc7ea3969643ead419cbfcd34c3cb203c45bcad71 -re58e3385eaf5e920335f963937b2e9f654a32cfe --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision c7ea3969643ead419cbfcd34c3cb203c45bcad71) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision e58e3385eaf5e920335f963937b2e9f654a32cfe) @@ -488,6 +488,12 @@ // MSG_ID_DG_DIALIN_CHECK_IN void handleTestDGDialinCheckIn( MESSAGE_T* message ); +// MSG_ID_DG_GET_LOAD_CELLS_TARE_VALUES +void handleTestDGGetLoadCellsTareValues( MESSAGE_T* message ); + +// MSG_ID_DG_SET_LOAD_CELLS_TARE_VALUES +void handleTestDGSetLoadCellsTareValues( MESSAGE_T* message ); + /**@}*/ #endif