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 c3479a5 commit 2706a5cCopy full SHA for 2706a5c
src/avr/Servo.cpp
@@ -202,7 +202,8 @@ static void finISR(timer16_Sequence_t timer)
202
timerDetach(TIMER3OUTCOMPAREA_INT);
203
}
204
#else
205
- //For arduino - in future: call here to a currently undefined function to reset the timer
+ //For arduino - in future: call here to a currently undefined function to reset the timer
206
+ (void) timer; // squash "unused parameter 'timer' [-Wunused-parameter]" warning
207
#endif
208
209
0 commit comments