0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

Do not initialize in the header file.

This commit is contained in:
Daid 2012-05-19 17:57:52 +02:00
parent 516ec90242
commit d494688565

View file

@ -13,7 +13,7 @@
#define LCD_UPDATE_INTERVAL 100
#define STATUSTIMEOUT 15000
extern LiquidCrystal lcd;
extern volatile char buttons=0; //the last checked buttons in a bit array.
extern volatile char buttons; //the last checked buttons in a bit array.
#ifdef NEWPANEL
#define EN_C (1<<BLEN_C)