Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r673b5a1cbab7728b638ee966627e6d926a7de092 -r2e0a2f81470474f4767e19f76c538542b84a5d86 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 673b5a1cbab7728b638ee966627e6d926a7de092) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 2e0a2f81470474f4767e19f76c538542b84a5d86) @@ -817,8 +817,8 @@ if ( TRUE == getTestConfigStatus( TEST_CONFIG_MIX_WITH_WATER ) ) { // If mix with water is enabled do not wait for the conductivity values or timeout, transition to the next state - //result = DG_FILL_MODE_STATE_DELIVER_DIALYSATE; - //setModeFillStateTransition( result ); + result = DG_FILL_MODE_STATE_DELIVER_DIALYSATE; + setModeFillStateTransition( result ); } } }