Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
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
;