Followup to Menu Refactor (#12275)

This commit is contained in:
Scott Lahteine 2018-10-30 16:34:45 -05:00 committed by GitHub
parent 5536228359
commit 3583e2b449
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 244 additions and 273 deletions

View file

@ -9,7 +9,7 @@
#include "../../inc/MarlinConfigPre.h"
#if ENABLED(DOGLCD)
#if HAS_GRAPHICAL_LCD
#include <U8glib.h>
extern U8GLIB *pu8g;
@ -62,4 +62,4 @@ int lcd_put_u8str_max_P(PGM_P utf8_str_P, pixel_len_t max_length) {
return ret;
}
#endif // DOGLCD
#endif // HAS_GRAPHICAL_LCD