commit | 15ca98555b21c803eef4ab3aff8e67dffffc5049 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Mar 17 18:24:15 2013 -0700 |
committer | Brian Silverman <brians> | Sat Mar 30 16:35:11 2013 -0700 |
tree | 8e38922eef58368cc465624897f68b09a1c23cf0 | |
parent | 9ba2bc432b3f979ac6fa19e8f240b19dca40718e [diff] [blame] |
implemented checking for late sensor packets
diff --git a/aos/common/common.gyp b/aos/common/common.gyp index e696c13..7ae3f61 100644 --- a/aos/common/common.gyp +++ b/aos/common/common.gyp
@@ -139,7 +139,7 @@ 'target_name': 'controls', 'type': 'static_library', 'sources': [ - # 'control_loop/ControlLoop-tmpl.h', + 'control_loop/ControlLoop.cc', ], 'dependencies': [ '<(AOS)/common/messages/messages.gyp:aos_queues',