Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -rb2e7c9194acd84783d2bbad64c5720410493e199 -r1077fee46974061e6e0038b6c0ce0e1471715b61 --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision b2e7c9194acd84783d2bbad64c5720410493e199) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision 1077fee46974061e6e0038b6c0ce0e1471715b61) @@ -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 isPressureStabilizedDuringFill; ///< Whether pressure stabilized during fill or not + BOOL isPressureStalbilizedDuringFill; ///< Whether pressure stabilized during fill or not BOOL balChamberSWOnlyState; ///< Balancing chamber switching only status ( On/Off) } BAL_CHAMBER_DATA_T;