TalonSRX, not Talon

This commit is contained in:
Aidan Ferguson 2016-02-20 14:51:59 -05:00
parent e34f59b5ca
commit f8b90aaa73
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
class Robot: public IterativeRobot
{
Talon left_drive, right_drive;
TalonSRX left_drive, right_drive;
CANTalon shooter1, shooter2,
ramp;
RobotDrive drive;