Skip to content

Commit

Permalink
Merge pull request #2737 from mkbel/remove_st_current_init
Browse files Browse the repository at this point in the history
Remove st_current_init() call from lcd_temp_calibration_set().
  • Loading branch information
mkbel authored Jun 11, 2020
2 parents 750af10 + fca4015 commit dda9b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dda9b7f

Please sign in to comment.