We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63a5a9 commit 3d923e9Copy full SHA for 3d923e9
cores/nRF5/WInterrupts.c
@@ -86,7 +86,7 @@ int attachInterrupt(uint32_t pin, voidFuncPtr callback, uint32_t mode)
86
break;
87
88
default:
89
- return;
+ return 0;
90
}
91
92
for (int ch = 0; ch < NUMBER_OF_GPIO_TE; ch++) {
0 commit comments