Remove easy uses of //aos/mutex
I was hoping to get rid of it completely as one of the nontrivial users
of AOS_LOG, but need to write a compatible condition variable first.
Change-Id: I86c1c4084882bf789baabd0255e115d821154830
diff --git a/y2014/BUILD b/y2014/BUILD
index 6ff529a..c77a019 100644
--- a/y2014/BUILD
+++ b/y2014/BUILD
@@ -12,8 +12,8 @@
visibility = ["//visibility:public"],
deps = [
"//aos/logging",
- "//aos/mutex",
"//aos/network:team_number",
+ "//aos/stl_mutex",
"//frc971:shifter_hall_effect",
"//frc971/control_loops:state_feedback_loop",
"//y2014/control_loops/drivetrain:polydrivetrain_plants",