Skip to content

Commit

Permalink
extern'ed motors
Browse files Browse the repository at this point in the history
  • Loading branch information
wpi-boaw committed Feb 17, 2021
1 parent d7fccb7 commit f02da0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Motor.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,8 @@ class Motor {

};


extern Motor left_motor;
extern Motor right_motor;

#endif /* LIBRARIES_RBE1001LIB_SRC_MOTOR_H_ */

0 comments on commit f02da0c

Please sign in to comment.