blob: e7eb581aedbb582ebf9f4a69701cbe3c27ecd05a [file] [log] [blame]
#ifndef Y2024_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
#define Y2024_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
#include "frc971/control_loops/drivetrain/drivetrain_config.h"
namespace y2024::control_loops::drivetrain {
const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
GetDrivetrainConfig();
} // namespace y2024::control_loops::drivetrain
#endif // Y2024_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_