TalonSRX, not Talon
This commit is contained in:
parent
904a30ab8b
commit
8f8c64a450
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
class Robot: public IterativeRobot
|
class Robot: public IterativeRobot
|
||||||
{
|
{
|
||||||
Talon left_drive, right_drive;
|
TalonSRX left_drive, right_drive;
|
||||||
CANTalon shooter1, shooter2,
|
CANTalon shooter1, shooter2,
|
||||||
ramp;
|
ramp;
|
||||||
RobotDrive drive;
|
RobotDrive drive;
|
||||||
|
Reference in New Issue
Block a user