Merge pull request #4003 from jbrazio/bugfix/3999

Closes #3999: Compilation error with BEEPER_PIN -1
This commit is contained in:
Scott Lahteine 2016-06-10 17:15:23 -07:00 committed by GitHub
commit 93ffa0288c

View file

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