Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r2d295ca85f19e95da42476a57ca6b4496baf980a -r4b270434e2fc3734e4b6b303822bbb8f96098616 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 2d295ca85f19e95da42476a57ca6b4496baf980a) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 4b270434e2fc3734e4b6b303822bbb8f96098616) @@ -59,6 +59,7 @@ #include "StateFlushFilterDefeatured.h" #include "StateFlushPermeate.h" #include "StateInletPressureCheck.h" +#include "SubstitutionPump.h" #include "SystemCommDD.h" #include "Temperature.h" #include "TestSupport.h" @@ -289,6 +290,7 @@ { MSG_ID_FP_CONDUCTIVITY_SENSOR_VERSION_REQUEST, &testHandleConductivitySensorVersionRequest }, { MSG_ID_DD_TEMPERATURE_SENSOR_FILTERED_TEMP_OVERRIDE_REQUEST, &testDDTemperatureSensorFilteredReadingsOverride }, { MSG_ID_FP_SET_RECOVERY_VALVES_REQUEST, &testIOFPSetValveRecoveryConfig }, + { MSG_ID_DD_SUBSTITUTION_PUMP_START_STOP_OVERRIDE_REQUEST, &testSubstitutionPumpStartStopOverride }, }; /// Calculation for number of entries in the incoming message function handler look-up table.