♻️ Small sound / buzz refactor (#24520)

This commit is contained in:
Scott Lahteine 2022-07-18 19:53:36 -05:00 committed by GitHub
parent ed2071aabd
commit 5f2908a117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 49 additions and 55 deletions

View file

@ -765,7 +765,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 290: M290(); break; // M290: Babystepping
#endif
#if HAS_BUZZER
#if HAS_SOUND
case 300: M300(); break; // M300: Play beep tone
#endif