Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -r1077fee46974061e6e0038b6c0ce0e1471715b61 -rad5fb11958cfc9829b879f440cd139c7c2e26fe3 --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision 1077fee46974061e6e0038b6c0ce0e1471715b61) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision ad5fb11958cfc9829b879f440cd139c7c2e26fe3) @@ -48,7 +48,7 @@ U32 balChamberSwPeriod; ///< Balancing chamber switching period BOOL isBalChamberFillInProgress; ///< Whether balancing chamber fill in progress or not U32 currentBalChamberSwitchingCounter; ///< Current balancing chamber switching counter - BOOL isPressureStalbilizedDuringFill; ///< Whether pressure stabilized during fill or not + BOOL isPressureStabilizedDuringFill; ///< Whether pressure stabilized during fill or not BOOL balChamberSWOnlyState; ///< Balancing chamber switching only status ( On/Off) } BAL_CHAMBER_DATA_T;