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 years ago
parent
commit
d087973e00
1 changed files with 0 additions and 2 deletions
  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;