Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -rc71a1a94932ab2760fa3002e9740bf00840cd6b5 -r2511d0de0eca7120f6c2241e0938993a460203b1 --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision c71a1a94932ab2760fa3002e9740bf00840cd6b5) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision 2511d0de0eca7120f6c2241e0938993a460203b1) @@ -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 + BOOL isBalChamberSwitchingActive; ///< Balancing chamber switching status } BAL_CHAMBER_DATA_T; // ********** public function prototypes ********** @@ -60,7 +60,6 @@ U32 execBalancingChamberControl( void ); // Execute the balancing chamber state machine void requestBalChamberSwitching( BOOL activate ); // Activates or Deactivates Balancing Chamber Switching. - void updateBalChamberSwitchingPeriod( void ); // Update the balancing chamber switching period BAL_CHAMBER_EXEC_STATE_T getCurrentBalancingChamberExecState( void ); // Get the current state of the balancing chamber execution F32 getBalChamberSwitchingFreq( void ); // Get the balancing chamber switching frequency