Browse Source

Followup tweak to lcdprint_u8g.cpp

Scott Lahteine 7 years ago
parent
commit
3f6073e23a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/lcdprint_u8g.cpp

+ 2
- 2
Marlin/src/lcd/lcdprint_u8g.cpp View File

@@ -69,9 +69,9 @@ int lcd_put_u8str_max_rom(const char * utf8_str_P, pixel_len_t max_length) {
69 69
   return ret;
70 70
 }
71 71
 
72
-#else // !ULTRA_LCD
72
+#else // !DOGLCD
73 73
 
74 74
   #define _lcd_write(a) TRACE("Write LCD: %c (%d)", (a), (int)(a));
75 75
   #define _lcd_setcursor(col, row) TRACE("Set cursor LCD: (%d,%d)", (col), (row));
76 76
 
77
-#endif // !ULTRA_LCD
77
+#endif // !DOGLCD

Loading…
Cancel
Save