Fix & clean up ExtUI (#14748)

This commit is contained in:
Ludy
2019-07-28 05:44:05 +02:00
committed by Scott Lahteine
parent 59e97e5e52
commit 97e9c95f47
4 changed files with 32 additions and 29 deletions

View File

@ -37,6 +37,10 @@
#include "../../../lcd/ultralcd.h"
#include "../../../module/motion.h"
#include "../../../module/stepper.h"
#if ENABLED(EXTENSIBLE_UI)
#include "../../../lcd/extensible_ui/ui_api.h"
#endif
// Save 130 bytes with non-duplication of PSTR
inline void echo_not_entered(const char c) { SERIAL_CHAR(c); SERIAL_ECHOLNPGM(" not entered."); }