From d4946885654e66ab222e101f559e76e6246002a9 Mon Sep 17 00:00:00 2001 From: Daid Date: Sat, 19 May 2012 17:57:52 +0200 Subject: [PATCH] Do not initialize in the header file. --- Marlin/ultralcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/ultralcd.h b/Marlin/ultralcd.h index c3bc94b..72df26d 100644 --- a/Marlin/ultralcd.h +++ b/Marlin/ultralcd.h @@ -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<