Index: firmware/App/Controllers/Switches.c =================================================================== diff -u -r5b735aaed9feb2168f612b65c34849dc95e28577 -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 --- firmware/App/Controllers/Switches.c (.../Switches.c) (revision 5b735aaed9feb2168f612b65c34849dc95e28577) +++ firmware/App/Controllers/Switches.c (.../Switches.c) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Switches.c * * @author (last) Dara Navaei -* @date (last) 28-Sep-2022 +* @date (last) 28-Jul-2023 * * @author (original) Dara Navaei * @date (original) 24-Jul-2021 @@ -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;