Skip to content

Commit

Permalink
Update robot.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 30, 2017
1 parent f705f8a commit 182f1de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/robot.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@

/* Min speed */
volatile int min_speed = 70;
/* Track current flag */
volatile int turningR = 0;
volatile int turningL = 0;
volatile int goingFW = 0;
volatile int goingBW = 0;
/* Track current speed */
volatile int curr_speedA;
volatile int curr_speedB;
Expand Down

0 comments on commit 182f1de

Please sign in to comment.