Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
RF24
Commits
5d645ae3
Unverified
Commit
5d645ae3
authored
Apr 01, 2024
by
Brendan
Committed by
GitHub
Apr 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrap wiringPiISRStop() in driver API (#968)
parent
eade71fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
utility/wiringPi/interrupt.h
utility/wiringPi/interrupt.h
+1
-3
No files found.
utility/wiringPi/interrupt.h
View file @
5d645ae3
...
...
@@ -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__
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment