Skip to content

Commit

Permalink
minor_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro Takano committed Jan 5, 2025
1 parent e87abad commit de72ca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/real/power/battery.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,12 @@ class Battery : public Component, public logger::ILoggable {
/**
* @fn GetCellCapacity_Ah
* @brief Return cell capacity [Ah]
* @note TODO: Change implementation?
*/
inline double GetCellCapacity_Ah() const { return cell_capacity_Ah_; }

/**
* @fn GetNumberOfParallel
* @brief Return number of parallel connected cells
* @note TODO: Change implementation?
*/
inline int GetNumberOfParallel() const { return number_of_parallel_; }

Expand Down

0 comments on commit de72ca0

Please sign in to comment.