remove extra files

This commit is contained in:
2025-04-16 14:09:23 +03:00
parent fbf0a87d8d
commit 9c4d8c4ba9
8 changed files with 2 additions and 404 deletions

View File

@@ -324,7 +324,6 @@ void addmicrostep(uint8_t i){
// check state of i`th stepper
static void chkstepper(int i){
int32_t i32;
uint32_t u32;
static uint8_t stopctr[MOTORSNO] = {0}; // counters for encoders/position zeroing after stopping @ esw
// check DIAGN only for UART/SPI
if(the_conf.motflags[i].drvtype == DRVTYPE_UART || the_conf.motflags[i].drvtype == DRVTYPE_SPI){