Procházet zdrojové kódy

Make DOGLCD merge neater.

Robert F-C před 11 roky
rodič
revize
1c127217df
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  1. 1
    4
      Marlin/Marlin.pde

+ 1
- 4
Marlin/Marlin.pde Zobrazit soubor

@@ -40,10 +40,7 @@
40 40
   #elif defined(LCD_I2C_TYPE_MCP23017) || defined(LCD_I2C_TYPE_MCP23008)
41 41
     #include <Wire.h>
42 42
     #include <LiquidTWI2.h>
43
-  #else
44
-    #include <LiquidCrystal.h>
45
-  #endif
46
-  #ifdef DOGLCD
43
+  #elif defined(DOGLCD)
47 44
     #include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
48 45
   #else
49 46
     #include <LiquidCrystal.h> // library for character LCD

Loading…
Zrušit
Uložit