Skip to content

Commit

Permalink
Update robot.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 30, 2017
1 parent 51cd0b9 commit c4020f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/robot.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define LEFT 'L'

/* Min speed */
extern int min_speed;
extern volatile int min_speed;
/* Track current speed */
extern volatile int curr_speedA;
extern volatile int curr_speedB;
Expand Down

0 comments on commit c4020f3

Please sign in to comment.