From 0fdb206098a375c27fc48cbae83a93ab49443b09 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Thu, 11 Feb 2016 16:35:41 -0500 Subject: [PATCH] Swapped Talon objects for TalonSRX objects. --- Robot2016/src/Robot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robot2016/src/Robot.cpp b/Robot2016/src/Robot.cpp index 2cc4f0a..3813ab6 100644 --- a/Robot2016/src/Robot.cpp +++ b/Robot2016/src/Robot.cpp @@ -13,7 +13,7 @@ class Robot: public IterativeRobot { - Talon left_drive, right_drive; + TalonSRX left_drive, right_drive; CANTalon shooter1, shooter2, ramp; RobotDrive drive;