A little cleanup at speaker.h

This commit is contained in:
João Brázio
2016-07-29 00:03:25 +01:00
parent 8684570f68
commit 909e98b1af
2 changed files with 13 additions and 16 deletions

View File

@@ -104,7 +104,6 @@ class Buzzer {
*/
void tone(uint16_t const &duration, uint16_t const &frequency = 0) {
while (buffer.isFull()) {
delay(5);
this->tick();
thermalManager.manage_heater();
}