Skip to content

Commit 53a061c

Browse files
authored
Update Servo_Motor_Module.h
Signed-off-by: Adrian <[email protected]>
1 parent f17790c commit 53a061c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servo_Motor_Module.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class Servo2 {
99
};
1010

1111
bool Servo2::move(int angle) {
12-
this->angle = angle;
1312
servo.write(angle);
1413
return true;
1514
}

0 commit comments

Comments
 (0)