Merge pull request #2737 from mkbel/remove_st_current_init

Remove st_current_init() call from lcd_temp_calibration_set().
This commit is contained in:
Marek Běl 2020-06-11 20:18:01 +02:00 committed by GitHub
commit dda9b7fb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4637,7 +4637,6 @@ void lcd_pinda_calibration_menu()
void lcd_temp_calibration_set() {
temp_cal_active = !temp_cal_active;
eeprom_update_byte((unsigned char *)EEPROM_TEMP_CAL_ACTIVE, temp_cal_active);
st_current_init();
}
#ifdef HAS_SECOND_SERIAL_PORT