commit | 5c25ab7de3deac85e60935b7bb218c2c70efaa11 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Sun Nov 01 13:17:11 2015 -0800 |
committer | Austin Schuh <austin@peloton-tech.com> | Sun Nov 01 13:17:11 2015 -0800 |
tree | f7d5d1cf1373c78c787f5f51644c72c0bd9de305 | |
parent | a20ae7266d04d53addb5f57c37bc3b1f2aa44a38 [diff] [blame] |
Removed HallEffect. Change-Id: I677387d5c03a0e274b9ce5332bc56af367b19113
diff --git a/frc971/wpilib/dma_edge_counting.h b/frc971/wpilib/dma_edge_counting.h index 99ae80e..c145268 100644 --- a/frc971/wpilib/dma_edge_counting.h +++ b/frc971/wpilib/dma_edge_counting.h
@@ -6,13 +6,12 @@ #include "aos/common/macros.h" -#include "frc971/wpilib/hall_effect.h" - #include "DigitalInput.h" #include "Encoder.h" #include "AnalogInput.h" #include "Utility.h" #include "dma.h" +#undef ERROR namespace frc971 { namespace wpilib {