moar reformatting

This commit is contained in:
Aidan Ferguson 2016-02-06 15:30:45 -05:00
parent 15a7ee4cae
commit d9137085c3

View File

@ -17,12 +17,9 @@
* *
*/ */
class Robot: public IterativeRobot { class Robot: public IterativeRobot {
CANTalon r1_drive; CANTalon r1_drive, r2_drive,
CANTalon r2_drive; l1_drive, l2_drive,
CANTalon l1_drive; shooter1, shooter2;
CANTalon l2_drive;
CANTalon shooter1;
CANTalon shooter2;
TankDrive drive; TankDrive drive;
Shooter shooter; Shooter shooter;
Joystick rstick, lstick; Joystick rstick, lstick;