Suppress U8glib build warnings

This commit is contained in:
Scott Lahteine
2018-05-23 02:37:09 -05:00
parent bbd09a99f1
commit c89649b46e
15 changed files with 44 additions and 3 deletions

View File

@ -103,9 +103,7 @@ uint8_t lcd_status_update_delay = 1, // First update one loop delayed
#if ENABLED(DOGLCD)
#include "ultralcd_impl_DOGM.h"
#include <U8glib.h>
bool drawing_screen, // = false
first_page;
bool drawing_screen, first_page; // = false
#else
#include "ultralcd_impl_HD44780.h"
constexpr bool first_page = true;