A little cleanup at speaker.h
This commit is contained in:
parent
8684570f68
commit
909e98b1af
2 changed files with 13 additions and 16 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue