Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r052b4a3feca797601f3d794195d8189cdc91aac6 -rd5f58f8014d99822b71bd2844063fb62fe79d8a1 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 052b4a3feca797601f3d794195d8189cdc91aac6) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision d5f58f8014d99822b71bd2844063fb62fe79d8a1) @@ -10,6 +10,7 @@ #include "FluidPump.h" #include "FpgaFP.h" #include "FPOperationModes.h" +#include "InletPressureCheck.h" #include "Level.h" #include "Messaging.h" #include "ModeGenPermeate.h" @@ -117,6 +118,8 @@ { MSG_ID_FP_SET_TEST_CONFIGURATION, &testSetTestConfiguration }, { MSG_ID_FP_GET_TEST_CONFIGURATION, &testGetTestConfiguration }, { MSG_ID_FP_RESET_ALL_TEST_CONFIGURATIONS, &testResetAllTestConfigurations }, +{ MSG_ID_FP_INLET_PRES_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testInletPressureCheckDataPublishIntervalOverride }, +{ MSG_ID_FP_INLET_PRES_CHECK_TIME_OVERRIDE_REQUEST, &testInletPressureCheckTimerOverride } }; #define NUM_OF_FUNCTION_HANDLERS (sizeof(MSG_FUNCTION_HANDLER_LOOKUP) / sizeof(MSG_HANDLER_LOOKUP_T))