HAL and serial cleanup
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
|
||||
#if ENABLED(MALYAN_LCD)
|
||||
|
||||
#define DEBUG_MALYAN_LCD
|
||||
//#define DEBUG_MALYAN_LCD
|
||||
|
||||
#include "ui_api.h"
|
||||
|
||||
@ -61,10 +61,6 @@
|
||||
#define DEBUG_OUT ENABLED(DEBUG_MALYAN_LCD)
|
||||
#include "../../core/debug_out.h"
|
||||
|
||||
// On the Malyan M200, this will be Serial1. On a RAMPS board,
|
||||
// it might not be.
|
||||
#define LCD_SERIAL Serial1
|
||||
|
||||
// This is based on longest sys command + a filename, plus some buffer
|
||||
// in case we encounter some data we don't recognize
|
||||
// There is no evidence a line will ever be this long, but better safe than sorry
|
||||
|
Reference in New Issue
Block a user