Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r83310420ae862de4724f8cfbbaeda9936c47801b -r25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 83310420ae862de4724f8cfbbaeda9936c47801b) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 25aeff9e9994d2e7aab3b4e6171c56fdac6a01fe) @@ -36,6 +36,7 @@ #include "OperationModes.h" #include "PAL.h" #include "Pressures.h" +#include "Prime.h" #include "RotaryValve.h" #include "StateTxBloodPrime.h" #include "StateTxDialysis.h" @@ -219,6 +220,7 @@ { MSG_ID_TD_HEPARIN_BOLUS_TARGET_RATE_OVERRIDE_REQUEST, &testHeparinBolusTargetRateOverride }, { MSG_ID_TD_SYRINGE_PUMP_FORCE_SENSOR_CALIBRATION_REQUEST, &testCalibrateForceSensor }, { MSG_ID_TD_GET_ALARM_PROPERTIES_REQUEST, &testGetAlarmPropertiesRequest }, + { MSG_ID_TD_PRIME_PUBLISH_INTERVAL_OVERRIDE, &testPrimePublishIntervalOverride }, }; /// Number of entries in the message handling function lookup table.