mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
@@ -13,5 +13,5 @@ RobotContainer::RobotContainer() {
|
||||
void RobotContainer::ConfigureBindings() {}
|
||||
|
||||
wpi::cmd::CommandPtr RobotContainer::GetAutonomousCommand() {
|
||||
return wpi::cmd::cmd::Print("No autonomous command configured");
|
||||
return wpi::cmd::Print("No autonomous command configured");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user