commit | c087b100615f29a93feb5e49157680a3bc53be95 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun May 12 15:33:12 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 12 15:33:12 2019 -0700 |
tree | b7244665abf7fcddac1e5a6fa048202cec3b2e41 | |
parent | 8a633d5aeddee99f9c2b5f4ff9c6eb3ab8743824 [diff] [blame] |
Kill target_selector_hint queue Use EventLoop instead. Change-Id: I84f839e6ec247648470c70be234611517dff8f51
diff --git a/y2019/control_loops/drivetrain/BUILD b/y2019/control_loops/drivetrain/BUILD index 8cfa45e..845575f 100644 --- a/y2019/control_loops/drivetrain/BUILD +++ b/y2019/control_loops/drivetrain/BUILD
@@ -147,6 +147,7 @@ srcs = ["target_selector_test.cc"], deps = [ ":target_selector", + "//aos/events:shm-event-loop", "//aos/testing:googletest", "//aos/testing:test_shm", ],