Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -rc03c93100453ef802a3f7d98ad6d22d4d9d00498 -r9cd18d1a3f1d6e6fe75bc193c5eb9368ce2f5493 --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision c03c93100453ef802a3f7d98ad6d22d4d9d00498) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 9cd18d1a3f1d6e6fe75bc193c5eb9368ce2f5493) @@ -693,7 +693,6 @@ // Move to the idle state state = BAL_CHAMBER_STATE_IDLE; - } else { @@ -845,7 +844,6 @@ // Move to the idle state state = BAL_CHAMBER_STATE_IDLE; - } // Spent side of balancing chamber fill is complete or not @@ -1013,7 +1011,7 @@ } // Keep Clearing the off request flag in case an off request was made while we were already in the idle state - isBalChamberSwitchingOffRequested = FALSE; + isBalChamberSwitchingOffRequested = FALSE; // Clear flag to indicate that balancing chamber switching is inactive isBalChamberSwitchingActive = FALSE; Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r2511d0de0eca7120f6c2241e0938993a460203b1 -r9cd18d1a3f1d6e6fe75bc193c5eb9368ce2f5493 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 2511d0de0eca7120f6c2241e0938993a460203b1) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 9cd18d1a3f1d6e6fe75bc193c5eb9368ce2f5493) @@ -89,7 +89,7 @@ // run FP operation mode state machine execFPOperationModes(); - // balancing chamber + // Balancing chamber switching control execBalancingChamberControl(); // manage dialysate pump