Explorar el Código

Tweak malyanlcd.cpp

Scott Lahteine hace 7 años
padre
commit
545cd8fa60
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      Marlin/src/lcd/malyanlcd.cpp

+ 3
- 2
Marlin/src/lcd/malyanlcd.cpp Ver fichero

@@ -42,6 +42,9 @@
42 42
  */
43 43
 
44 44
 #include "../inc/MarlinConfig.h"
45
+
46
+#if ENABLED(MALYAN_LCD)
47
+
45 48
 #include "../sd/cardreader.h"
46 49
 #include "../sd/SdFatConfig.h"
47 50
 #include "../module/temperature.h"
@@ -57,8 +60,6 @@
57 60
 
58 61
 #include "../Marlin.h"
59 62
 
60
-#if ENABLED(MALYAN_LCD)
61
-
62 63
 // On the Malyan M200, this will be Serial1. On a RAMPS board,
63 64
 // it might not be.
64 65
 #define LCD_SERIAL Serial1

Loading…
Cancelar
Guardar