skeeyee (i'm coping)
This commit is contained in:
parent
47e366ba37
commit
a7a74460d5
@ -42,4 +42,11 @@ namespace globals {
|
||||
|
||||
extern pros::Motor& cata_left;
|
||||
extern pros::Motor& cata_right;
|
||||
|
||||
enum e_controlsch {
|
||||
RENU,
|
||||
RIA
|
||||
};
|
||||
|
||||
extern e_controlsch current_user;
|
||||
}
|
||||
@ -50,4 +50,6 @@ namespace globals {
|
||||
|
||||
pros::Motor& cata_left = chassis.left_motors[3];
|
||||
pros::Motor& cata_right = chassis.right_motors[3];
|
||||
|
||||
e_controlsch current_user = ;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user