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