mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 15:37:32 -06:00
🎨 Guard some LCD_SERIAL_PORT (#937)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
a73e3986e3
commit
3e1e975595
10 changed files with 14 additions and 10 deletions
|
@ -3155,7 +3155,9 @@
|
|||
// Touch-screen LCD for Malyan M200/M300 printers
|
||||
//
|
||||
#define MALYAN_LCD
|
||||
#define LCD_SERIAL_PORT 1
|
||||
#if ENABLED(MALYAN_LCD)
|
||||
#define LCD_SERIAL_PORT 1
|
||||
#endif
|
||||
|
||||
//
|
||||
// Touch UI for FTDI EVE (FT800/FT810) displays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue