Skip to content

Commit 4a9c546

Browse files
authored
Update DirectCurrent_Motor_Module.h
Signed-off-by: Adrian <[email protected]>
1 parent ab55e2a commit 4a9c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DirectCurrent_Motor_Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class DirectCurrent {
33
int input1;
44
int input2;
55
int dc;
6-
move(int mode1, int mode2, int speed);
6+
int move(int mode1, int mode2, int speed);
77
};
88

99
int DirectCurrent::move(int mode1, int mode2, int speed) {

0 commit comments

Comments
 (0)