Browse Source

Tweak malyanlcd.cpp

Scott Lahteine 6 years ago
parent
commit
545cd8fa60
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Marlin/src/lcd/malyanlcd.cpp

+ 3
- 2
Marlin/src/lcd/malyanlcd.cpp View File

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

Loading…
Cancel
Save