Tweak malyanlcd.cpp

This commit is contained in:
Scott Lahteine 2018-02-08 21:59:53 -06:00
parent 27faeafc1b
commit 545cd8fa60

View file

@ -42,6 +42,9 @@
*/
#include "../inc/MarlinConfig.h"
#if ENABLED(MALYAN_LCD)
#include "../sd/cardreader.h"
#include "../sd/SdFatConfig.h"
#include "../module/temperature.h"
@ -57,8 +60,6 @@
#include "../Marlin.h"
#if ENABLED(MALYAN_LCD)
// On the Malyan M200, this will be Serial1. On a RAMPS board,
// it might not be.
#define LCD_SERIAL Serial1