浏览代码

PFW-828 fix printing in the air after power panic

NotaRobotexe 6 年之前
父节点
当前提交
69455bfc75
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Firmware/Marlin_main.cpp

+ 0 - 1
Firmware/Marlin_main.cpp

@@ -8823,7 +8823,6 @@ void uvlo_()
     // Increment power failure counter
 	eeprom_update_byte((uint8_t*)EEPROM_POWER_COUNT, eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) + 1);
 	eeprom_update_word((uint16_t*)EEPROM_POWER_COUNT_TOT, eeprom_read_word((uint16_t*)EEPROM_POWER_COUNT_TOT) + 1);
-    
 		printf_P(_N("UVLO - end %d\n"), _millis() - time_start);
     
 #if 0