Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r3f1b02b5eeec93b2b7ad22f8fffcf3caffaebbaf -r30ac8856f79936377931994f5d136a3277d35485 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 3f1b02b5eeec93b2b7ad22f8fffcf3caffaebbaf) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 30ac8856f79936377931994f5d136a3277d35485) @@ -51,6 +51,7 @@ #include "PAL.h" #include "PermeateTank.h" #include "Pressure.h" +#include "RinsePump.h" #include "ROPump.h" #include "SafetyShutdown.h" #include "SpentChamberFill.h" @@ -233,6 +234,8 @@ { MSG_ID_FP_LEVEL_OVERRIDE_REQUEST, &testFPLevelStateOverride }, { MSG_ID_FP_PERMEATE_TANK_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testPermeateTankDataPublishIntervalOverride }, { MSG_ID_FP_RO_PUMP_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testROPumpDataPublishIntervalOverride }, + { MSG_ID_DD_RINSE_PUMP_DATA_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testRinsePumpDataPublishIntervalOverride }, + { MSG_ID_FP_SET_START_STOP_OVERRIDE_REQUEST, &testSetGeneratePermeateSignal }, }; /// Calculation for number of entries in the incoming message function handler look-up table.