From 3f6073e23a78f1cc96781c1176702fbe25fc37ce Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 14 May 2018 14:42:04 -0500 Subject: [PATCH] Followup tweak to lcdprint_u8g.cpp --- Marlin/src/lcd/lcdprint_u8g.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/lcd/lcdprint_u8g.cpp b/Marlin/src/lcd/lcdprint_u8g.cpp index 7ce728902f..37ddd4f088 100644 --- a/Marlin/src/lcd/lcdprint_u8g.cpp +++ b/Marlin/src/lcd/lcdprint_u8g.cpp @@ -69,9 +69,9 @@ int lcd_put_u8str_max_rom(const char * utf8_str_P, pixel_len_t max_length) { return ret; } -#else // !ULTRA_LCD +#else // !DOGLCD #define _lcd_write(a) TRACE("Write LCD: %c (%d)", (a), (int)(a)); #define _lcd_setcursor(col, row) TRACE("Set cursor LCD: (%d,%d)", (col), (row)); -#endif // !ULTRA_LCD +#endif // !DOGLCD