blob: 48143c30b0888eb057016f77c74ed170416bb1d1 [file] [log] [blame]
Comran Morshed5323ecb2015-12-26 20:50:55 +00001#ifndef Y2014_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2014_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
Comran Morshed5323ecb2015-12-26 20:50:55 +00006namespace y2014 {
7namespace control_loops {
8
Austin Schuh50e3dca2023-07-23 14:34:27 -07009const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
10GetDrivetrainConfig();
Comran Morshed5323ecb2015-12-26 20:50:55 +000011
12} // namespace control_loops
13} // namespace y2014
14
15#endif // Y2014_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_