Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d3f9eb208d87f0a1f615aaff55e6f0fb65e34a04
/
.
/
frc971
/
autonomous
/
auto_mode.fbs
blob: 412cd1796622c83f892466f5f6ab08882a30b58e [
file
] [
log
] [
blame
]
namespace
frc971
.
autonomous
;
table
AutonomousMode
{
// Mode read from the mode setting sensors.
mode
:
int
;
}
root_type
AutonomousMode
;