commit | a3e576bfde1afaaae23aca69ae3963e7dce7dfc0 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed May 22 21:22:23 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun May 26 14:39:40 2019 -0700 |
tree | 17502c8a7186a0471245b51493217345a1223b63 | |
parent | bfb041241e2d13b61478a1964dae48e1ea264e8b [diff] [blame] |
Convert HotGoal over to event loops. Change-Id: I43f9e4b26f89e5758cb4a18d91694cdb68186361
diff --git a/y2014/BUILD b/y2014/BUILD index ee60c7c..f3569f0 100644 --- a/y2014/BUILD +++ b/y2014/BUILD
@@ -62,6 +62,7 @@ ], deps = [ "//aos:init", + "//aos/events:shm-event-loop", "//aos/logging", "//aos/logging:queue_logging", "//aos/time",