Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -rac5e52d907ff6adad795d8f81ca8206c5cd33c77 -r97eba3d39e6ddf44276b77b1aea1171805ca142d --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision ac5e52d907ff6adad795d8f81ca8206c5cd33c77) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision 97eba3d39e6ddf44276b77b1aea1171805ca142d) @@ -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;