mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Fished initializing
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user