commit | 1e869f38bcfbbdff544f1a85242fd5e343af79ab | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Oct 25 18:00:20 2013 -0700 |
committer | Brian Silverman <brians> | Fri Oct 25 18:06:09 2013 -0700 |
tree | cafa8b0d4fc01cd26fd45efeffd6f1ee1966d278 | |
parent | caeed86b960cff89c25f32ae2549ddc44a9994d6 [diff] [blame] |
split out the nasty usb code into a separate class (for bot3)
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index f3b4e69..d8c10e0 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -137,12 +137,14 @@ '<(AOS)/build/aos.gyp:logging', 'timing', 'time', + 'control_loop_queues', ], 'export_dependent_settings': [ '<(AOS)/common/messages/messages.gyp:aos_queues', '<(AOS)/build/aos.gyp:logging', 'timing', 'time', + 'control_loop_queues', ], }, {