Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork137
Commit58106b0
authored
Fix -Wshadow warning for Interrupt callbacks
Adding -Wshadow to builds identified a template for the Interruptcallback which used a local variable the same as the class variable.Rename the local variable to not shadow the class one and makeGCC happier.1 parent4a02bfc commit58106b0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments
Comments
(0)