Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -r2a1296e1269e7c36dd07cb0f39b70b742f6de405 -r977f03e20990ed5579160b9b927df1c0f2428101 --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 2a1296e1269e7c36dd07cb0f39b70b742f6de405) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 977f03e20990ed5579160b9b927df1c0f2428101) @@ -846,6 +846,19 @@ /*********************************************************************//** * @brief + * The getBalChamberSwitchingPeriod function gets the balancing chamber + * switching period. + * @details \b Inputs: balChamberSwitchingPeriod + * @details \b Outputs: none + * @return balancing chamber switching period + *************************************************************************/ +U32 getBalChamberSwitchingPeriod( void ) +{ + return balChamberSwitchingPeriod; +} + +/*********************************************************************//** + * @brief * The getBalChamberDataPublishInterval function gets the balancing chamber * data publish interval. * @details \b Inputs: balChamberDataPublishInterval