A little cleanup at speaker.h
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user