8000
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 6521226 commit 812b269Copy full SHA for 812b269
TTS.cpp
@@ -374,8 +374,6 @@ static void soundOff(int pin)
374
TCCR5A &= ~(_BV(COM5C1));
375
break;
376
#endif
377
- default:
378
- analogWrite(pin, 0);
379
}
380
381
@@ -442,9 +440,6 @@ static void soundOn(int pin)
442
440
TCCR5A |= _BV(COM5C1);
443
441
444
445
446
447
- break;
448
449
450
// initialise random number seed
0 commit comments