Index: firmware/App/Services/StateServices/TubeSetAutoEject.c =================================================================== diff -u -r5fb66a19c7ed117e6da6f6b28e85ec76abefd4be -r6a556cdfdb227850a6220981f164143b3dca5a80 --- firmware/App/Services/StateServices/TubeSetAutoEject.c (.../TubeSetAutoEject.c) (revision 5fb66a19c7ed117e6da6f6b28e85ec76abefd4be) +++ firmware/App/Services/StateServices/TubeSetAutoEject.c (.../TubeSetAutoEject.c) (revision 6a556cdfdb227850a6220981f164143b3dca5a80) @@ -219,8 +219,8 @@ * out of the rotor. If torque exceeds the limit, stops the pump, triggers * the High Blood Pump Torque Alarm, and retracts the ejector for back-off * recovery. Otherwise waits for one full rotation. - * @details \b Inputs: autoEjectTimerCounter, bpLastHome - * @details \b Outputs: autoEjectTimerCounter, bpLastHome + * @details \b Inputs: autoEjectTimerCounter, bpLastHome, bpLeftHomeTimerCounter + * @details \b Outputs: autoEjectTimerCounter, bpLastHome, bpLeftHomeTimerCounter * @return next Auto-Eject state *************************************************************************/ static TUBE_SET_AUTO_EJECT_STATE_T handleAutoEjectEjectingState( void )