blob: e35c2afadf37057320a0e78d3961565cf74f3611 [file] [log] [blame]
Stephan Massaltd021f972020-01-05 20:41:23 -08001#ifndef y2020_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
2#define y2020_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_
3
4#include "frc971/control_loops/drivetrain/drivetrain_config.h"
5
6namespace y2020 {
7namespace control_loops {
8namespace drivetrain {
9
Austin Schuh50e3dca2023-07-23 14:34:27 -070010const ::frc971::control_loops::drivetrain::DrivetrainConfig<double> &
11GetDrivetrainConfig();
Stephan Massaltd021f972020-01-05 20:41:23 -080012
13} // namespace drivetrain
14} // namespace control_loops
15} // namespace y2020
16
17#endif // y2020_CONTROL_LOOPS_DRIVETRAIN_DRIVETRAIN_BASE_H_