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

Commit 02439d7

Browse files
committed
consistency
1 parent 4090b5b commit 02439d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Robot2018/src/org/usfirst/frc/team199/Robot2018/commands

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/PIDDrive.java renamed to Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/PIDMove.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
/**
88
*
99
*/
10-
public class PIDDrive extends Command {
10+
public class PIDMove extends Command {
1111

1212
double target;
1313

14-
public PIDDrive(double targ) {
14+
public PIDMove(double targ) {
1515
// Use requires() here to declare subsystem dependencies
1616
// eg. requires(chassis);
1717
target = targ;

0 commit comments

Comments
 (0)