Browse Source

Remove redundant lcd_update_enable(true) call.

Marek Bel 5 years ago
parent
commit
c26d7e50f7
1 changed files with 0 additions and 1 deletions
  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;
 	    }
 	}