Skip to content
Snippets Groups Projects
Unverified Commit 2c34ec2b authored by João Brázio's avatar João Brázio
Browse files

Closes #3999: Compilation error with BEEPER_PIN -1

parent e2d4919c
Branches
Tags
No related merge requests found
......@@ -27,8 +27,6 @@
#if ENABLED(ULTRA_LCD)
#include "buzzer.h"
#define BUTTON_EXISTS(BN) (defined(BTN_## BN) && BTN_## BN >= 0)
#define BUTTON_PRESSED(BN) !READ(BTN_## BN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment