blob: 579103464fc259b635c2ded22601fd6c5a3289a9 [file] [log] [blame]
Austin Schuh47017412013-03-10 11:50:46 -07001package frc971.autonomous;
2
3message AutoControl {
4 // True if auto mode should be running, false otherwise.
5 bool run_auto;
6};
7
8queue AutoControl autonomous;