Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r94a8f400a2772c7581b0e06d04a59fa8e2690882 -rbfa9957c6bf9c33e391b99e15c753ff169e8b295 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 94a8f400a2772c7581b0e06d04a59fa8e2690882) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision bfa9957c6bf9c33e391b99e15c753ff169e8b295) @@ -167,7 +167,9 @@ { MSG_ID_TD_BLOOD_FLOW_WEAR_B_TERM_OVERRIDE_REQUEST, &testBPFlowWearBTermOverride }, { MSG_ID_TD_SET_TEST_CONFIGURATION, &testSetTestConfiguration }, { MSG_ID_TD_GET_TEST_CONFIGURATION, &testGetTestConfiguration }, - { MSG_ID_TD_RESET_ALL_TEST_CONFIGURATIONS, &testResetAllTestConfigurations } + { MSG_ID_TD_RESET_ALL_TEST_CONFIGURATIONS, &testResetAllTestConfigurations }, + { MSG_ID_TD_AIR_PUMP_POWER_RAISE_OVERRIDE_REQUEST, &testAirPumpPowerRaiseOverride }, + { MSG_ID_TD_AIR_PUMP_POWER_LOWER_OVERRIDE_REQUEST, &testAirPumpPowerLowerOverride }, }; #define NUM_OF_FUNCTION_HANDLERS (sizeof(MSG_FUNCTION_HANDLER_LOOKUP) / sizeof(MSG_HANDLER_LOOKUP_T))