Skip to content

Commit

Permalink
Merge branch 'toneMinor' of https://github.com/onovy/Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 18, 2015
2 parents 617c4a4 + bf2ef13 commit 8de4715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/arduino/avr/cores/arduino/Tone.cpp
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 8de4715

Please sign in to comment.