🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (#25681)
This commit is contained in:
@@ -125,7 +125,7 @@ static void createChar_P(const char c, const byte * const ptr) {
|
||||
|
||||
#if ENABLED(LCD_USE_I2C_BUZZER)
|
||||
|
||||
void MarlinUI::buzz(const long duration, const uint16_t freq) {
|
||||
void MarlinUI::buzz(const long duration, const uint16_t freq/*=0*/) {
|
||||
if (sound_on) lcd.buzz(duration, freq);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user