Tone: Added missing break

This commit is contained in:
onovy 2015-08-14 17:34:00 +02:00
parent 621580d83b
commit c25e80e27c
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ void noTone(uint8_t _pin)
if (tone_pins[i] == _pin) {
_timer = pgm_read_byte(tone_pin_to_timer_PGM + i);
tone_pins[i] = 255;
break;
}
}