Skip to content

Commit

Permalink
tried to fix allocation error
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 29, 2024
1 parent f18dd6f commit 63b39e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Servo
void setup(const std::string &servo_name, int servo_number)
{
name = servo_name;
servo_number = servo_number;
this->servo_number = servo_number;
}


Expand Down

0 comments on commit 63b39e5

Please sign in to comment.