mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[examples] Rename DriveTrain classes to Drivetrain (#3594)
Drivetrain is one word, not two.
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
#include "commands/DriveAndShootAutonomous.h"
|
||||
#include "commands/DriveForward.h"
|
||||
#include "subsystems/Collector.h"
|
||||
#include "subsystems/DriveTrain.h"
|
||||
#include "subsystems/Drivetrain.h"
|
||||
#include "subsystems/Pivot.h"
|
||||
#include "subsystems/Pneumatics.h"
|
||||
#include "subsystems/Shooter.h"
|
||||
|
||||
class Robot : public frc::TimedRobot {
|
||||
public:
|
||||
static DriveTrain drivetrain;
|
||||
static Drivetrain drivetrain;
|
||||
static Pivot pivot;
|
||||
static Collector collector;
|
||||
static Shooter shooter;
|
||||
|
||||
Reference in New Issue
Block a user