blob: 0592a2591605dc936b6c968b7a41408eba910e68 [file] [log] [blame]
Sabina Davisf4c5e762018-01-24 10:18:43 -08001#ifndef Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
6namespace y2018 {
7namespace control_loops {
8namespace drivetrain {
9
Austin Schuh50e3dca2023-07-23 14:34:27 -070010const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
11GetDrivetrainConfig();
Sabina Davisf4c5e762018-01-24 10:18:43 -080012
13} // namespace drivetrain
14} // namespace control_loops
15} // namespace y2018
16
17#endif // Y2018_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_