fixed missing #endif
This commit is contained in:
parent
a5be0c52c6
commit
e3bdefd873
@ -1003,6 +1003,7 @@ void lcd_buttons_update()
|
|||||||
#if BTN_ENC > 0
|
#if BTN_ENC > 0
|
||||||
if((blocking_enc<millis()) && (READ(BTN_ENC)==0))
|
if((blocking_enc<millis()) && (READ(BTN_ENC)==0))
|
||||||
newbutton |= EN_C;
|
newbutton |= EN_C;
|
||||||
|
#endif
|
||||||
buttons = newbutton;
|
buttons = newbutton;
|
||||||
#ifdef REPRAPWORLD_KEYPAD
|
#ifdef REPRAPWORLD_KEYPAD
|
||||||
// for the reprapworld_keypad
|
// for the reprapworld_keypad
|
||||||
|
Loading…
Reference in New Issue
Block a user