Parcourir la source

Remove redundant lcd_update_enable(true) call.

Marek Bel il y a 5 ans
Parent
commit
c26d7e50f7
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 	    }
 	}