Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rdc451e960ab328d05a06137ffdc4d8b2b1601d55 -rfe42cf04eec138a529f06190ab70a72384b60e34 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision dc451e960ab328d05a06137ffdc4d8b2b1601d55) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision fe42cf04eec138a529f06190ab70a72384b60e34) @@ -61,6 +61,7 @@ #include "StateInletPressureCheck.h" #include "SubstitutionPump.h" #include "SystemCommDD.h" +#include "SubstitutionPump.h" #include "Temperature.h" #include "TestSupport.h" #include "TDInterface.h" @@ -292,6 +293,8 @@ { 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 }, + { MSG_ID_DD_SUBSTITUTION_PUMP_BROADCAST_OVERRIDE_REQUEST, &testSubstitutionPumpDataPublishIntervalOverride }, + { MSG_ID_DD_SUBSTITUTION_PUMP_TARGET_SPEED_OVERRIDE_REQUEST, &testSubstitutionPumpTargetSpeedOverride }, }; /// Calculation for number of entries in the incoming message function handler look-up table.