Skip to content

Commit c2ec28f

Browse files
committed
reenable subsystems
1 parent 6509916 commit c2ec28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public static final class ENABLED_SYSTEMS {
5353
public static final boolean DASHBOARD = true;
5454
public static final boolean INTAKE = false;
5555
public static final boolean HANG = false;
56-
public static final boolean MANIPULATOR = false;
57-
public static final boolean ELEVATOR = false;
56+
public static final boolean MANIPULATOR = true;
57+
public static final boolean ELEVATOR = true;
5858
}
5959

6060
public static final class LOGGING {

0 commit comments

Comments
 (0)