Skip to content

Commit

Permalink
Actually fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssejrog committed Sep 7, 2024
1 parent 5a76dc6 commit 84fce80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/EZ-Template/drive/drive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2337,11 +2337,6 @@ class Drive {
bool slew_swing_using_angle = false;
bool pid_tuner_terminal_b = false;
bool pid_tuner_lcd_b = true;
struct const_and_name {
std::string name = "";
PID::Constants* consts;
};
std::vector<const_and_name> constants;
void pid_tuner_print();
void pid_tuner_value_modify(float p, float i, float d, float start);
void pid_tuner_value_increase();
Expand Down

0 comments on commit 84fce80

Please sign in to comment.