Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -re79eb4fbdacbc729b0f611f7d27b03ef004dc3da -re4713cc2340511b387f2c756f68dd9a06b4f9dea --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision e79eb4fbdacbc729b0f611f7d27b03ef004dc3da) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision e4713cc2340511b387f2c756f68dd9a06b4f9dea) @@ -50,7 +50,7 @@ U32 currentBalChamberSwitchingCounter; ///< Current balancing chamber switching counter BOOL isPressureStabilizedDuringFill; ///< Whether pressure stabilized during fill or not BOOL balChamberSWOnlyState; ///< Balancing chamber switching only status ( On/Off) - BOOL isBalChamberSwitchingActive; ///< Balancing chamber switching status + U08 isBalChamberSwitchingActive; ///< Balancing chamber switching status } BAL_CHAMBER_DATA_T; // ********** public function prototypes **********