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 ) Index: firmware/App/Services/StateServices/TubeSetInstall.c =================================================================== diff -u -r5fb66a19c7ed117e6da6f6b28e85ec76abefd4be -r6a556cdfdb227850a6220981f164143b3dca5a80 --- firmware/App/Services/StateServices/TubeSetInstall.c (.../TubeSetInstall.c) (revision 5fb66a19c7ed117e6da6f6b28e85ec76abefd4be) +++ firmware/App/Services/StateServices/TubeSetInstall.c (.../TubeSetInstall.c) (revision 6a556cdfdb227850a6220981f164143b3dca5a80) @@ -163,8 +163,8 @@ * @brief * The handleAutoLoadState function handles the Auto-Load state of * Tube Set install state. - * @details \b Inputs: bloodPumpTimerCounter, bpLastHome - * @details \b Outputs: bloodPumpTimerCounter, bpLastHome + * @details \b Inputs: bloodPumpTimerCounter, bpLastHome, bpLeftHomeTimerCounter + * @details \b Outputs: bloodPumpTimerCounter, bpLastHome, bpLeftHomeTimerCounter * @return next Install sub-state *************************************************************************/ static TUBE_SET_INSTALL_STATE_T handleAutoLoadState( void )