cleanup: remove unused global variable
This commit is contained in:
parent
69b4696114
commit
7ff514621c
|
|
@ -65,7 +65,6 @@ tmc2130_chopper_config_t tmc2130_chopper_config[4] = {
|
|||
};
|
||||
|
||||
bool tmc2130_sg_stop_on_crash = true;
|
||||
uint8_t tmc2130_sg_diag_mask = 0x00;
|
||||
uint8_t tmc2130_sg_crash = 0;
|
||||
|
||||
//used for triggering a periodic check (1s) of the overtemperature pre-warning flag at ~120C (+-20C)
|
||||
|
|
|
|||
Loading…
Reference in New Issue