Merge pull request #4003 from jbrazio/bugfix/3999

Closes #3999: Compilation error with BEEPER_PIN -1
master
Scott Lahteine 8 years ago committed by GitHub
commit 93ffa0288c

@ -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)

Loading…
Cancel
Save