HAL and serial cleanup

Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
This commit is contained in:
Scott Lahteine
2020-09-23 19:45:33 -05:00
parent 27c067612c
commit f588d50d57
33 changed files with 220 additions and 420 deletions

View File

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