Browse Source

fixed missing #endif

pull/1/head
Erik van der Zalm 11 years ago
parent
commit
e3bdefd873
  1. 1
      Marlin/ultralcd.cpp

1
Marlin/ultralcd.cpp

@ -1003,6 +1003,7 @@ void lcd_buttons_update()
#if BTN_ENC > 0
if((blocking_enc<millis()) && (READ(BTN_ENC)==0))
newbutton |= EN_C;
#endif
buttons = newbutton;
#ifdef REPRAPWORLD_KEYPAD
// for the reprapworld_keypad

Loading…
Cancel
Save