Browse Source

Remove redundant extern variable is_usb_printing from tmc2130.cpp

This extern variable is included from Marlin.h
Guðni Már Gilbert 2 năm trước cách đây
mục cha
commit
d087973e00
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Firmware/tmc2130.cpp

+ 0 - 2
Firmware/tmc2130.cpp

@@ -243,8 +243,6 @@ uint8_t tmc2130_sample_diag()
 	return mask;
 }
 
-extern bool is_usb_printing;
-
 void tmc2130_st_isr()
 {
 	if (tmc2130_mode == TMC2130_MODE_SILENT || tmc2130_sg_stop_on_crash == false) return;