Skip to content

Commit

Permalink
Fix C++ getDt() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 18, 2024
1 parent 1f7c768 commit 8c49494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class SimpleMotorFeedforward {
*
* @return The period.
*/
units::volt_t getDt() const { return m_dt; }
units::second_t getDt() const { return m_dt; }

private:
/** The static gain. */
Expand Down

0 comments on commit 8c49494

Please sign in to comment.