Index: firmware/App/Controllers/Switches.c =================================================================== diff -u -r53f4679556eacdd6a93dd358550b4ea7c7c34962 -rc7cf4f78cbf2cc1ed8a19850a94f4d63ef14a26b --- firmware/App/Controllers/Switches.c (.../Switches.c) (revision 53f4679556eacdd6a93dd358550b4ea7c7c34962) +++ firmware/App/Controllers/Switches.c (.../Switches.c) (revision c7cf4f78cbf2cc1ed8a19850a94f4d63ef14a26b) @@ -92,6 +92,7 @@ // Get the current switch status switch ( i ) { + // Process the status of the switches case CONCENTRATE_CAP: currentSwitchStatus = ( getFPGAConcentrateCapStatus() != 0 ? STATE_OPEN : STATE_CLOSED ); break;