Browse Source

Remove redundant lcd_update_enable(true) call.

Marek Bel 5 năm trước cách đây
mục cha
commit
c26d7e50f7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Firmware/ultralcd.cpp

+ 0 - 1
Firmware/ultralcd.cpp

@@ -4521,7 +4521,6 @@ void lcd_v2_calibration()
 	    else
 	    {
 	        menu_back();
-	        lcd_update_enable(true);
 	        return;
 	    }
 	}