commit | 01a9f2aada8524f2e3ebd39dd561fa939717d602 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon May 27 13:36:30 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed May 29 20:45:43 2019 -0700 |
tree | 142f79caf0d01a8af5dff9e9da9d462f9041a4a5 | |
parent | 4b652c91cbf16689ac402c3caa3774036d89e650 [diff] [blame] |
Convert StatusLight to event loops. Change-Id: Ifc8a497b0f30c0ce1624b005791859eef2d9912f
diff --git a/y2018/control_loops/superstructure/BUILD b/y2018/control_loops/superstructure/BUILD index a646ab6..1a2aa5e 100644 --- a/y2018/control_loops/superstructure/BUILD +++ b/y2018/control_loops/superstructure/BUILD
@@ -24,6 +24,7 @@ deps = [ ":superstructure_queue", "//aos/controls:control_loop", + "//aos/events:event-loop", "//frc971/control_loops:queues", "//frc971/control_loops/drivetrain:drivetrain_queue", "//y2018:constants",