commit | 399dbd89366af19ab35b6407f49fef41e1ac0c44 | [log] [tgz] |
---|---|---|
author | Sabina Davis <sabina1109@gmail.com> | Fri Feb 01 23:06:08 2019 -0800 |
committer | Sabina Davis <sabina1109@gmail.com> | Sat Feb 02 14:47:00 2019 -0800 |
tree | ddd53a099ebb6c134e3fe6cb99c41027c03440f8 | |
parent | b96a97ea9d1377693b76260feb8cf07a5ef45cd8 [diff] [blame] |
Added the operator to frc971 SensorReader. Took the operator fuction out of the year specific SensorReader, needed to make a empty RunInteration in order for it to work. Change-Id: I0ec02ab293c1f8eba56d6365383105e860f69cdd
diff --git a/frc971/wpilib/BUILD b/frc971/wpilib/BUILD index 00cd77d..d0f6bce 100644 --- a/frc971/wpilib/BUILD +++ b/frc971/wpilib/BUILD
@@ -289,6 +289,7 @@ deps = [ "//aos/stl_mutex", "//aos/time:time", + "//aos/util:phased_loop", "//aos:init", "//third_party:wpilib", ":dma",