commit | c4691f5b6848957ac31e1fbb05f8672977e6b7bb | [log] [tgz] |
---|---|---|
author | Alex Perry <alex.perry96@gmail.com> | Mon Feb 17 19:20:01 2020 -0800 |
committer | Alex Perry <alex.perry96@gmail.com> | Wed Feb 19 21:31:58 2020 -0800 |
tree | 585f3e8324b038315b2c50b9c96e80b27b32472a | |
parent | 899373fb63c1fb76d855c1df75600436632f8a73 [diff] [blame] |
Update 2020 wpilib_interface. Also remove an unused output field. Change-Id: I9721fe923104b48984ab5895e28ef111c810d611
diff --git a/frc971/wpilib/ahal/AnalogTriggerOutput.cc b/frc971/wpilib/ahal/AnalogTriggerOutput.cc index db55efa..1bbef1b 100644 --- a/frc971/wpilib/ahal/AnalogTriggerOutput.cc +++ b/frc971/wpilib/ahal/AnalogTriggerOutput.cc
@@ -41,3 +41,5 @@ HAL_Report(HALUsageReporting::kResourceType_AnalogTriggerOutput, trigger.GetIndex() + 1, static_cast<uint8_t>(outputType) + 1); } + +AnalogTriggerOutput::~AnalogTriggerOutput() {}