commit | 1ffa417ea46ced05eed2e752fea1fa3d7e9fbb9d | [log] [tgz] |
---|---|---|
author | Sabina Davis <sabina1109@gmail.com> | Fri Feb 01 22:38:33 2019 -0800 |
committer | Sabina Davis <sabina1109@gmail.com> | Sat Feb 02 13:20:33 2019 -0800 |
tree | 4f032b179b64f853e84c760ab270245138e0ff23 | |
parent | adc58540e4f6840ebc4694007eb403fed451a23e [diff] [blame] |
Added DMA and DMA synchronizer. Pulled the dma setters out of year specific. Change-Id: I4e797df52aa07edb5515f941113e7b43747622c9
diff --git a/frc971/wpilib/BUILD b/frc971/wpilib/BUILD index 910de08..00cd77d 100644 --- a/frc971/wpilib/BUILD +++ b/frc971/wpilib/BUILD
@@ -287,9 +287,11 @@ ], restricted_to = ["//tools:roborio"], deps = [ - "//aos:init", - "//aos/time:time", "//aos/stl_mutex", + "//aos/time:time", + "//aos:init", "//third_party:wpilib", + ":dma", + ":dma_edge_counting", ], )