From: Shivani Ghanta Date: Sat, 21 Jan 2017 18:46:09 +0000 (-0800) Subject: Edited comments X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=abf265b30001b3e04a6880844bb16af473cddd66 Edited comments --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 911bfdc..bbbb4cc 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -29,7 +29,7 @@ public class Constants { public static class Climber { // MOTOR CONTROLLERS - public static final int MOTOR_VAL = 1; + public static final int MOTOR = 1; }