Browse Source

Merge pull request #4003 from jbrazio/bugfix/3999

Closes #3999: Compilation error with BEEPER_PIN -1
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
93ffa0288c
  1. 2
      Marlin/ultralcd.h

2
Marlin/ultralcd.h

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