commit | 3634ed39e5f52326f36f17935bc8b4dd43f83d00 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Feb 05 16:28:49 2017 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Feb 05 18:00:07 2017 -0800 |
tree | 2054ab017b41b1828b94cc65383146ee5de24fe9 | |
parent | 0991edb11007ac20f74fe33a79b2a346dbabb1c0 [diff] [blame] |
Factored out the profiled subsystem status. Change-Id: I03df9788bbe98d12e80dd70db8cd09d9b3651724
diff --git a/y2017/control_loops/superstructure/BUILD b/y2017/control_loops/superstructure/BUILD index 61fb001..d0603ba 100644 --- a/y2017/control_loops/superstructure/BUILD +++ b/y2017/control_loops/superstructure/BUILD
@@ -9,6 +9,7 @@ ], deps = [ '//aos/common/controls:control_loop_queues', + '//frc971/control_loops:profiled_subsystem_queue', '//frc971/control_loops:queues', ], )