Index: firmware/App/Controllers/Switches.c =================================================================== diff -u -rc7cf4f78cbf2cc1ed8a19850a94f4d63ef14a26b -r9ccd6ebcabbf9991fe49120201e9fd90124a3952 --- firmware/App/Controllers/Switches.c (.../Switches.c) (revision c7cf4f78cbf2cc1ed8a19850a94f4d63ef14a26b) +++ firmware/App/Controllers/Switches.c (.../Switches.c) (revision 9ccd6ebcabbf9991fe49120201e9fd90124a3952) @@ -94,11 +94,11 @@ { // Process the status of the switches case CONCENTRATE_CAP: - currentSwitchStatus = ( getFPGAConcentrateCapStatus() != 0 ? STATE_OPEN : STATE_CLOSED ); + currentSwitchStatus = ( getFPGAConcentrateCapStatus() != 0 ? STATE_OPEN : STATE_CLOSED ); break; case DIALYSATE_CAP: - currentSwitchStatus = ( getFPGADialysateCapStatus() != 0 ? STATE_OPEN : STATE_CLOSED ); + currentSwitchStatus = ( getFPGADialysateCapStatus() != 0 ? STATE_OPEN : STATE_CLOSED ); break; #ifndef _VECTORCAST_