ソースを参照

Tweak malyanlcd.cpp

Scott Lahteine 7年前
コミット
545cd8fa60
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      Marlin/src/lcd/malyanlcd.cpp

+ 3
- 2
Marlin/src/lcd/malyanlcd.cpp ファイルの表示

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

読み込み中…
キャンセル
保存