Browse Source

Closes #3999: Compilation error with BEEPER_PIN -1

João Brázio 8 years ago
parent
commit
2c34ec2bac
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/ultralcd.h

+ 0
- 2
Marlin/ultralcd.h View File

27
 
27
 
28
 #if ENABLED(ULTRA_LCD)
28
 #if ENABLED(ULTRA_LCD)
29
 
29
 
30
-  #include "buzzer.h"
31
-
32
   #define BUTTON_EXISTS(BN) (defined(BTN_## BN) && BTN_## BN >= 0)
30
   #define BUTTON_EXISTS(BN) (defined(BTN_## BN) && BTN_## BN >= 0)
33
   #define BUTTON_PRESSED(BN) !READ(BTN_## BN)
31
   #define BUTTON_PRESSED(BN) !READ(BTN_## BN)
34
 
32
 

Loading…
Cancel
Save