Fix compiler warning: sketch/ultralcd.cpp:7457:7: warning: unused variable 'pressed' [-Wunused-variable].
This commit is contained in:
parent
87a650f2cb
commit
268c52207b
|
|
@ -7454,7 +7454,6 @@ static void lcd_connect_printer() {
|
||||||
lcd_update_enable(false);
|
lcd_update_enable(false);
|
||||||
lcd_clear();
|
lcd_clear();
|
||||||
|
|
||||||
bool pressed = false;
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int t = 0;
|
int t = 0;
|
||||||
lcd_set_custom_characters_progress();
|
lcd_set_custom_characters_progress();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue