blob: 5cee1b5120e4f3e1b7df1a37cfc12b2283c0b1c5 [file] [log] [blame]
Austin Schuh378483c2019-01-20 16:36:40 -08001#ifndef Y2019_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2019_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
6namespace y2019 {
7namespace control_loops {
8namespace drivetrain {
9
10const ::frc971::control_loops::drivetrain::DrivetrainConfig<double>
11 &GetDrivetrainConfig();
12
13} // namespace drivetrain
14} // namespace control_loops
15} // namespace y2019
16
17#endif // Y2019_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_