Przeglądaj źródła

fixed missing #endif

Erik van der Zalm 11 lat temu
rodzic
commit
e3bdefd873
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz