Skip to content

Commit

Permalink
Update DirectCurrent_Motor_Module.h
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian <76214766+adrian2793@users.noreply.github.com>
  • Loading branch information
adrian2793 authored Jan 30, 2024
1 parent ab55e2a commit 4a9c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DirectCurrent_Motor_Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class DirectCurrent {
int input1;
int input2;
int dc;
move(int mode1, int mode2, int speed);
int move(int mode1, int mode2, int speed);
};

int DirectCurrent::move(int mode1, int mode2, int speed) {
Expand Down

0 comments on commit 4a9c546

Please sign in to comment.