Unify buzz methods as MarlinUI::buzz (#14803)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
#if DISABLED(LCD_USE_I2C_BUZZER) && PIN_EXISTS(BEEPER)
|
||||
#if USE_BEEPER
|
||||
|
||||
#include "buzzer.h"
|
||||
#include "../module/temperature.h"
|
||||
@@ -78,4 +78,4 @@ void Buzzer::tick() {
|
||||
else if (ELAPSED(now, state.endtime)) reset();
|
||||
}
|
||||
|
||||
#endif // !LCD_USE_I2C_BUZZER && BEEPER
|
||||
#endif // USE_BEEPER
|
||||
|
||||
Reference in New Issue
Block a user