Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r9a17263d3224e90efe850ba0501f48e7669cb323 -r2991b6731ff88740f29ea2f19411115d4f8a4aa4 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 9a17263d3224e90efe850ba0501f48e7669cb323) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 2991b6731ff88740f29ea2f19411115d4f8a4aa4) @@ -1518,8 +1518,8 @@ * @brief * The handleWetSelfTestFirstDisplacementVerifyState function checks the load cell * readings and FMD integrated volume after the first dialysate displacement. - * @details Inputs: settleStartTime, reservoirVolume[], reservoirs' weights - * @details Outputs: verify correctness of dialysate flow meter and load cell + * @details Inputs: settleStartTime, fmdIntegratedVolume + * @details Outputs: none * @return the next state of wet self-tests state machine *************************************************************************/ static WET_SELF_TESTS_STATE_T handleWetSelfTestFirstDisplacementVerifyState( void ) @@ -1716,8 +1716,8 @@ * @brief * The handleWetSelfTestStoppedState function handles the stopped wet self-tests * operation. - * @details Inputs: none - * @details Outputs: none + * @details Inputs: selfTestsResumeRequested + * @details Outputs: selfTestsResumeRequested * @return the next state of wet self-tests state machine *************************************************************************/ static WET_SELF_TESTS_STATE_T handleWetSelfTestStoppedState( void )