blob: b6bff20a2b75ff1cd8fd5f4e03a41da8766cb123 [file] [log] [blame]
namespace frc971.autonomous;
table AutonomousMode {
// Mode read from the mode setting sensors.
mode:int (id: 0);
}
root_type AutonomousMode;