Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rcf22584fb68bb29311d81d1e5ad79f8cf064b8fb -r1500c2a584e9e9ce0ffcd32727c0b9e7cdd141b6 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision cf22584fb68bb29311d81d1e5ad79f8cf064b8fb) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 1500c2a584e9e9ce0ffcd32727c0b9e7cdd141b6) @@ -161,6 +161,7 @@ { MSG_ID_TD_OP_MODE_OVERRIDE_REQUEST, &testSetOperationMode }, { MSG_ID_TD_EJECTOR_MOTOR_SET_SPEED_REQUEST, &testSetEjectorMotorSpeed }, { MSG_ID_TD_EJECTOR_COMMAND, &testEjectorCommand }, + { MSG_ID_TD_EJECTOR_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testEjectorDataPublishIntervalOverride }, { MSG_ID_TD_SET_AIR_TRAP_CONTROL, &testSetAirTrapControl }, { MSG_ID_TD_HOME_BLOOD_PUMP, &testHomeBloodPump }, { MSG_ID_TD_BLOOD_FLOW_ALPHA_Y_INTERCEPT_OVERRIDE_REQUEST, &testBPFlowAlphaYInterceptOverride },