Fix MBL G29 without LCD

Addressing https://github.com/MarlinFirmware/Marlin/pull/8575#discussion_r154536617
This commit is contained in:
Scott Lahteine 2017-12-05 01:57:29 -06:00
parent 772298257b
commit 3748c28924

View file

@ -226,6 +226,8 @@
#else // no LCD
constexpr bool lcd_wait_for_move = false;
inline void lcd_update() {}
inline void lcd_init() {}
inline bool lcd_hasstatus() { return false; }