Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r51fd08fdee3c5471fb0ff598fcae31306374c425 -rb15f0a054b8b0a315476ea5ea95869be5da00a59 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 51fd08fdee3c5471fb0ff598fcae31306374c425) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision b15f0a054b8b0a315476ea5ea95869be5da00a59) @@ -206,7 +206,7 @@ * may be stopped and resumed multiple times due to alarms or user intervention * and we don't want to start the treatment all over again. * @details Inputs: none - * @details Outputs: none + * @details Outputs: airTrapFillInProgress, lastUFTimeStamp * @return none *************************************************************************/ void transitionToDialysis( void ) @@ -577,7 +577,7 @@ * @brief * The execDialysis function executes the Dialysis sub-mode state machine. * @details Inputs: currentDialysisState - * @details Outputs: currentDialysisState + * @details Outputs: currentDialysisState, airTrapFillInProgress * @return none *************************************************************************/ void execDialysis( void ) @@ -644,7 +644,7 @@ * @brief * The handleDialysisUltrafiltrationState function handles the ultrafiltration * state of the Dialysis state machine. - * @details Inputs: currentUFState + * @details Inputs: currentUFState, airTrapFillInProgress * @details Outputs: currentUFState * @return next Dialysis state. *************************************************************************/ @@ -747,7 +747,7 @@ * @brief * The handleDialysisBloodLeakZeroingState function handles the blood leak * zeroing sub state of the state machine. - * @details Inputs: none + * @details Inputs: airTrapFillInProgress * @details Outputs: none * @return next Dialysis state. *************************************************************************/