Fished initializing

This commit is contained in:
66945
2022-01-15 14:26:36 -07:00
parent cc682cfd86
commit 3eef4fa0d0
2 changed files with 6 additions and 1 deletions
@@ -40,7 +40,7 @@ public class RobotContainer {
m_robotMap.rightBackEncoder
);
private final Serializer m_robotSerializer = new Serializer();
private final Serializer m_robotSerializer = new Serializer(m_robotMap.serializerBelt, m_robotMap.serializerShooterBelt);
private final LED m_robotLED = new LED(m_robotMap.LEDController);