Browse Source

Do not initialize in the header file.

Daid 13 years ago
parent
commit
d494688565
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.h

+ 1
- 1
Marlin/ultralcd.h View File

13
   #define LCD_UPDATE_INTERVAL 100
13
   #define LCD_UPDATE_INTERVAL 100
14
   #define STATUSTIMEOUT 15000
14
   #define STATUSTIMEOUT 15000
15
   extern LiquidCrystal lcd;
15
   extern LiquidCrystal lcd;
16
-  extern volatile char buttons=0;  //the last checked buttons in a bit array.
16
+  extern volatile char buttons;  //the last checked buttons in a bit array.
17
   
17
   
18
   #ifdef NEWPANEL
18
   #ifdef NEWPANEL
19
     #define EN_C (1<<BLEN_C)
19
     #define EN_C (1<<BLEN_C)

Loading…
Cancel
Save