Browse Source

Tweak malyanlcd.cpp

pull/1/head
Scott Lahteine 6 years ago
parent
commit
545cd8fa60
  1. 5
      Marlin/src/lcd/malyanlcd.cpp

5
Marlin/src/lcd/malyanlcd.cpp

@ -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

Loading…
Cancel
Save