Remove redundant lcd_update_enable(true) call.
This commit is contained in:
parent
6674cbf0d7
commit
c26d7e50f7
|
|
@ -4521,7 +4521,6 @@ void lcd_v2_calibration()
|
|||
else
|
||||
{
|
||||
menu_back();
|
||||
lcd_update_enable(true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue