Skip to content

Commit

Permalink
[examples] Remove unused private variables (wpilibsuite#6403)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Feb 29, 2024
1 parent f1a1ffd commit e64c203
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class Elevator : public frc2::PIDSubsystem {

private:
frc::PWMSparkMax m_motor{5};
double m_setpoint = 0;

// Conversion value of potentiometer varies between the real world and
// simulation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class Wrist : public frc2::PIDSubsystem {

private:
frc::PWMSparkMax m_motor{6};
double m_setpoint = 0;

// Conversion value of potentiometer varies between the real world and
// simulation
Expand Down

0 comments on commit e64c203

Please sign in to comment.