commit | df6cbb144de371a4f77f02112451c0244bddcca5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Feb 02 13:46:52 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 12 14:55:18 2019 -0700 |
tree | 4a9338092440cf98d1e9b9dfa6cf993fdc15210a | |
parent | 9ae162b2ff2835b7286b42d7b9d7a522dc8b2a92 [diff] [blame] |
Remove the final users of robot_state and joystick_state This means we can remove them from the .q file. Change-Id: Iefded3cf4537b2635341f3248c5f50af1534a241
diff --git a/aos/controls/BUILD b/aos/controls/BUILD index 8c44823..30fe5c6 100644 --- a/aos/controls/BUILD +++ b/aos/controls/BUILD
@@ -27,6 +27,7 @@ "control_loop_test.h", ], deps = [ + "//aos/events:shm-event-loop", "//aos/logging:queue_logging", "//aos/robot_state", "//aos/testing:googletest",