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 28, 2017
1 parent fcfab36 commit 2299b94
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 */
exern int min_speed;
extern int min_speed;
/* Track current speed */
extern volatile int curr_speedA;
extern volatile int curr_speedB;
Expand Down

0 comments on commit 2299b94

Please sign in to comment.