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 781d77f commit ac9c0c3Copy full SHA for ac9c0c3
examples/SwitchExample/SwitchExample.ino
@@ -22,6 +22,7 @@ void beepCallbackFunction(void *s) // optional
22
{
23
tone(3, 2400, 5); // is non-blocking
24
// Serial.print("BeepCallback: "); Serial.println((char*)s);
25
+ (void)s; // Fix Unused warning
26
}
27
28
void setup() {
0 commit comments