Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
9c3db182b769f00b898fd8db8026c20b917a1a1d
/
.
/
frc971
/
autonomous
/
auto_mode.fbs
blob: b6bff20a2b75ff1cd8fd5f4e03a41da8766cb123 [
file
] [
log
] [
blame
]
namespace
frc971
.
autonomous
;
table
AutonomousMode
{
// Mode read from the mode setting sensors.
mode
:
int
(
id
:
0
);
}
root_type
AutonomousMode
;