diff --git a/utility/wiringPi/interrupt.h b/utility/wiringPi/interrupt.h index 8001fe6c..26886853 100644 --- a/utility/wiringPi/interrupt.h +++ b/utility/wiringPi/interrupt.h @@ -7,8 +7,6 @@ #include #define attachInterrupt wiringPiISR - -// wiringPi has no detachInterrupt() implementation. Therefor, we will not define it here. -// Invoking detachInterrupt() with this wiringPi driver/wrapper should trigger compilation errors +#define detachInterrupt wiringPiISRStop #endif // RF24_UTILITY_WIRINGPI_INTERRUPT_H__