Skip to content

Commit

Permalink
🐛 Fix MMU2 buzz (MarlinFirmware#23950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 authored Mar 28, 2022
1 parent bdc2b2b commit 59f2f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/libs/buzzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@
#endif

#define ERR_BUZZ() BUZZ(400, 40);
#define ATTN_BUZZ() do{ BUZZ(198, 404); BUZZ(4, 0); BUZZ(198, 404); }while(0)
#define OKAY_BUZZ() do{ BUZZ(100, 659); BUZZ(10, 0); BUZZ(100, 698); }while(0)
#define DONE_BUZZ(OK) do{ if (OK) OKAY_BUZZ(); else ERR_BUZZ(); }while(0)

0 comments on commit 59f2f4f

Please sign in to comment.