🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (#25681)

This commit is contained in:
Scott Lahteine
2023-04-23 03:17:55 -05:00
committed by GitHub
parent 166935641a
commit 10ed5ab01c
9 changed files with 45 additions and 36 deletions

View File

@@ -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);
}