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 and mh-dm committed May 15, 2022
1 parent 048a714 commit b21028d
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 b21028d

Please sign in to comment.