Skip to content
Snippets Groups Projects
Commit 545cd8fa authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Tweak malyanlcd.cpp

parent 27faeafc
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
*/ */
#include "../inc/MarlinConfig.h" #include "../inc/MarlinConfig.h"
#if ENABLED(MALYAN_LCD)
#include "../sd/cardreader.h" #include "../sd/cardreader.h"
#include "../sd/SdFatConfig.h" #include "../sd/SdFatConfig.h"
#include "../module/temperature.h" #include "../module/temperature.h"
...@@ -57,8 +60,6 @@ ...@@ -57,8 +60,6 @@
#include "../Marlin.h" #include "../Marlin.h"
#if ENABLED(MALYAN_LCD)
// On the Malyan M200, this will be Serial1. On a RAMPS board, // On the Malyan M200, this will be Serial1. On a RAMPS board,
// it might not be. // it might not be.
#define LCD_SERIAL Serial1 #define LCD_SERIAL Serial1
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment