Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 17a01d8

Browse files
committed
add requires to default intake command
1 parent ec9f479 commit 17a01d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/DefaultIntake.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class DefaultIntake extends Command {
1212
public DefaultIntake() {
1313
// Use requires() here to declare subsystem dependencies
1414
// eg. requires(chassis);
15+
requires(Robot.intakeEject);
1516
}
1617

1718
// Called just before this Command runs the first time

0 commit comments

Comments
 (0)