blob: c4b0a9ad4bde9d104186d9eb061a881587e30490 [file] [log] [blame]
Stephan Massaltd021f972020-01-05 20:41:23 -08001include "frc971/control_loops/control_loops.fbs";
2
3namespace y2020.control_loops.superstructure;
4
5table Position {
6
7}
8
9root_type Position;