Bläddra i källkod

fixed missing #endif

Erik van der Zalm 12 år sedan
förälder
incheckning
e3bdefd873
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      Marlin/ultralcd.cpp

+ 1
- 0
Marlin/ultralcd.cpp Visa fil

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

Laddar…
Avbryt
Spara