commit | f3cfbd71a2301a8e0913a78edc33f475a44c515b | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Oct 28 16:26:09 2013 -0700 |
committer | Brian Silverman <brians> | Mon Oct 28 16:26:09 2013 -0700 |
tree | 4dc4747a2bae54e6133805572354e8c9391c776c | |
parent | 9fdc6fadf46864a86d123f172ed89c9a83aaac76 [diff] [blame] |
made the usb reading code higher priority
diff --git a/frc971/input/gyro_sensor_receiver.cc b/frc971/input/gyro_sensor_receiver.cc index 5f0ce57..374268e 100644 --- a/frc971/input/gyro_sensor_receiver.cc +++ b/frc971/input/gyro_sensor_receiver.cc
@@ -139,7 +139,7 @@ } // namespace frc971 int main() { - ::aos::Init(); + ::aos::Init(frc971::USBReceiver::kRelativePriority); ::frc971::GyroSensorReceiver receiver; while (true) { receiver.RunIteration();