Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorBraichenko committed Jul 21, 2024
1 parent 450e133 commit 3424694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servo/ServoControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Q_OBJECT
void dayLightEnable(int);
void dayLightDisable(int);
void rebEnable(int);
void UniversalDisable(int);
void universalDisable(int);
private:
Vehicle* _vehicle;
};
Expand Down

0 comments on commit 3424694

Please sign in to comment.