Skip to content
Snippets Groups Projects
Commit 90bf3d5c authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

Make Arduino.h version of digitalPinToInterrupt return argument

parent bdba2966
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ void loop( void ) ;
#if (ARDUINO_SAMD_VARIANT_COMPLIANCE >= 10605)
// Interrupts
#define digitalPinToInterrupt(P) ( g_APinDescription[P].ulExtInt )
#define digitalPinToInterrupt(P) ( P )
#endif
// USB Device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment