blob: 6ef519b638e560debac8fd304a08f78682b8dea0 [file] [log] [blame]
Diana Vandenberg223703d2017-01-28 17:39:53 -08001#ifndef Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
6namespace y2017 {
7namespace control_loops {
8namespace drivetrain {
9
10const ::frc971::control_loops::drivetrain::DrivetrainConfig &
11GetDrivetrainConfig();
12
13} // namespace drivetrain
14} // namespace control_loops
15} // namespace y2017
16
17#endif // Y2017_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_