Skip to content

Commit 95c09ca

Browse files
Update Constants.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent deb6fa3 commit 95c09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public static class ElevatorConstants {
137137
public static final int ELEVATOR_MOTOR_TWO = 21;
138138
}
139139

140-
public class groundArmConstants {
140+
public static class GroundArmConstants {
141141
public static final double ARMPIVOT_KP = 40;
142142
public static final double ARMPIVOT_KI = 0;
143143
public static final double ARMPIVOT_KD = 0;

0 commit comments

Comments
 (0)