Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r673b5a1cbab7728b638ee966627e6d926a7de092 -r66fe4aa70cde840b18f24b553371dad924936e11 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 673b5a1cbab7728b638ee966627e6d926a7de092) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 66fe4aa70cde840b18f24b553371dad924936e11) @@ -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 ); } } }