diff --git a/wpilibcExamples/src/main/cpp/examples/SysId/include/SysIdRoutineBot.h b/wpilibcExamples/src/main/cpp/examples/SysId/include/SysIdRoutineBot.h index 51b4f8890a..31110fc57a 100644 --- a/wpilibcExamples/src/main/cpp/examples/SysId/include/SysIdRoutineBot.h +++ b/wpilibcExamples/src/main/cpp/examples/SysId/include/SysIdRoutineBot.h @@ -20,5 +20,5 @@ class SysIdRoutineBot { void ConfigureBindings(); frc2::CommandXboxController m_driverController{ constants::oi::kDriverControllerPort}; - Drive m_drive{}; + Drive m_drive; };