Index: firmware/App/Modes/Prime.c =================================================================== diff -u -rbc2fae568ba1114ad6ffbda671e2080c0f5c007b -r1c83b4cc75626a52707aa57037d22472b990eafc --- firmware/App/Modes/Prime.c (.../Prime.c) (revision bc2fae568ba1114ad6ffbda671e2080c0f5c007b) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 1c83b4cc75626a52707aa57037d22472b990eafc) @@ -415,7 +415,7 @@ * The handlePrimeSalineDialyzerSetupState function implements the setup * prior to transition to the prime the saline dialyzer state. * @details Inputs: primeStartReqReceived - * @details Outputs: control valves to purge air + * @details Outputs: initialLoadCellReading, primeSalineDialyzerStartTime * @return current state *************************************************************************/ static HD_PRE_TREATMENT_PRIME_STATE_T handlePrimeSalineDialyzerSetupState( void ) @@ -639,7 +639,7 @@ { //transitionToWetSelfTests(); //state = HD_PRIME_WET_SELF_TESTS_STATE; - state = HD_PRIME_RESERVOIR_TWO_FILL_COMPLETE_STATE; + state = HD_PRIME_RESERVOIR_ONE_FILL_COMPLETE_STATE; } } else