auto code that waits for the hot goal with 254's DS code
diff --git a/frc971/queues/queues.gyp b/frc971/queues/queues.gyp
index d71be25..2e1c061 100644
--- a/frc971/queues/queues.gyp
+++ b/frc971/queues/queues.gyp
@@ -22,6 +22,17 @@
'includes': ['../../aos/build/queues.gypi'],
},
{
+ 'target_name': 'hot_goal',
+ 'type': 'static_library',
+ 'sources': [
+ 'hot_goal.q',
+ ],
+ 'variables': {
+ 'header_path': 'frc971/queues',
+ },
+ 'includes': ['../../aos/build/queues.gypi'],
+ },
+ {
'target_name': 'output_check',
'type': 'static_library',
'sources': [