Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rb4040c87876465ffac138d9259ba8a40ea840aa9 -rc49ab370df876258ed3c805b33b2a2311a8ac0e3 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision b4040c87876465ffac138d9259ba8a40ea840aa9) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision c49ab370df876258ed3c805b33b2a2311a8ac0e3) @@ -247,6 +247,9 @@ { MSG_ID_DD_BICARB_CHAMBER_FILL_REQUEST_OVERRIDE_REQUEST, &testBiCarbChamberFillRequestOverride }, { MSG_ID_FP_RO_REJECTION_RATIO_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testRORejectionRatioDataPublishIntervalOverride }, { MSG_ID_FP_RO_FILTERED_REJECTION_RATIO_OVERRIDE_REQUEST, &testRORejectionRatioFilteredOverride }, + { MSG_ID_FP_SET_TEST_CONFIGURATION, &testSetTestConfiguration }, + { MSG_ID_FP_GET_TEST_CONFIGURATION, &testGetTestConfiguration }, + { MSG_ID_FP_RESET_ALL_TEST_CONFIGURATIONS, &testResetAllTestConfigurations }, }; /// Calculation for number of entries in the incoming message function handler look-up table.