Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -rfcd31ba31379396ba18db1a7e13b9f26d7837958 -r5075786897d42d24a93ae5485936b5d50c307f65 --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision fcd31ba31379396ba18db1a7e13b9f26d7837958) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 5075786897d42d24a93ae5485936b5d50c307f65) @@ -1619,6 +1619,19 @@ /*********************************************************************//** * @brief + * The getBalancingChamberStatus function gets the balancing chamber switching + * status. + * @details \b Inputs: isBalChamberSwitchingActive + * @details \b Outputs: none + * @return balancing chamber switching status + *************************************************************************/ +BOOL getBalancingChamberStatus( void ) +{ + return isBalChamberSwitchingActive; +} + +/*********************************************************************//** + * @brief * The getBalChamberFreshSideValvesClosedStatus function returns whether the * fresh-side balancing chamber valves are closed for the current switch state. * @details \b Inputs: isFreshSideValvesClosed