commit | 552350b217221b0bb5f2a8e2358ae3bc0ae6dc75 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Aug 02 18:23:34 2015 -0700 |
committer | Brian Silverman <brians> | Wed Aug 26 18:16:29 2015 -0700 |
tree | 9f75e21f6e84f7a8c13c1630a1bf62912f6672ae | |
parent | a405a541dc52d02b16749a33eb666ffe47e30804 [diff] [blame] |
Update wpilib_interface. Change-Id: If0e00a97faf0653a43e9acff9a8cff6ce3d3e6cb
diff --git a/frc971/wpilib/dma_edge_counting.cc b/frc971/wpilib/dma_edge_counting.cc index 4b0349c..77d84b5 100644 --- a/frc971/wpilib/dma_edge_counting.cc +++ b/frc971/wpilib/dma_edge_counting.cc
@@ -5,7 +5,7 @@ namespace frc971 { namespace wpilib { -bool DMAEdgeCounter::ExtractValue(const DMASample &sample) { +bool DMAEdgeCounter::ExtractValue(const DMASample &sample) const { if (inverted_) { return !sample.Get(input_); } else {