mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpilib] Remove InterruptableSensorBase and replace with interrupt classes (#2410)
This commit is contained in:
@@ -61,11 +61,6 @@ public class DIOCrossConnectFixture implements ITestFixture {
|
||||
|
||||
@Override
|
||||
public boolean reset() {
|
||||
try {
|
||||
m_input.cancelInterrupts();
|
||||
} catch (IllegalStateException ex) {
|
||||
// This will happen if the interrupt has not been allocated for this test.
|
||||
}
|
||||
m_output.set(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user