Commit 029e1d4
committed
Interrupts: remove C prototype and keep only C++ prototypes
attachInterrupt() C prototypes was not usable from C source file
(inheritace of former pure C implementation), and causes ambiguity
when used with lambda function as callback
Fixes #1601
Signed-off-by: Alexandre Bourdiol <[email protected]>1 parent b192e50 commit 029e1d4
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 32 | | |
0 commit comments