Unverified Commit 5d645ae3 authored by Brendan's avatar Brendan Committed by GitHub

wrap wiringPiISRStop() in driver API (#968)

parent eade71fc
......@@ -7,8 +7,6 @@
#include <wiringPi.h>
#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__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment