We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc2b2b commit 59f2f4fCopy full SHA for 59f2f4f
Marlin/src/libs/buzzer.h
@@ -129,6 +129,5 @@
129
#endif
130
131
#define ERR_BUZZ() BUZZ(400, 40);
132
-#define ATTN_BUZZ() do{ BUZZ(198, 404); BUZZ(4, 0); BUZZ(198, 404); }while(0)
133
#define OKAY_BUZZ() do{ BUZZ(100, 659); BUZZ(10, 0); BUZZ(100, 698); }while(0)
134
#define DONE_BUZZ(OK) do{ if (OK) OKAY_BUZZ(); else ERR_BUZZ(); }while(0)
0 commit comments