Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rd71d8f2e7d1b4fe070ff6494db6559c1235c7fa6 -r2c1a0857ad6987f387bdb8434c6498ab88cd1db8 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision d71d8f2e7d1b4fe070ff6494db6559c1235c7fa6) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 2c1a0857ad6987f387bdb8434c6498ab88cd1db8) @@ -293,7 +293,7 @@ { MSG_ID_FP_SET_RECOVERY_VALVES_REQUEST, &testIOFPSetValveRecoveryConfig }, { MSG_ID_DD_SUBSTITUTION_PUMP_START_STOP_OVERRIDE_REQUEST, &testSubstitutionPumpStartStopOverride }, { MSG_ID_DD_SUBSTITUTION_PUMP_BROADCAST_INTERVAL_OVERRIDE_REQUEST, &testSubstitutionPumpDataPublishIntervalOverride }, - { MSG_ID_DD_SUBSTITUTION_PUMP_TARGET_SPEED_OVERRIDE_REQUEST, &testSubstitutionPumpTargetSpeedOverride }, + { MSG_ID_DD_SUBSTITUTION_PUMP_TARGET_SPEED_OVERRIDE_REQUEST, &testSubstitutionPumpTargetRateOverride }, }; /// Calculation for number of entries in the incoming message function handler look-up table.