diff --git a/src/runProc.cpp b/src/runProc.cpp index a7783d8..9266859 100644 --- a/src/runProc.cpp +++ b/src/runProc.cpp @@ -400,22 +400,7 @@ void T_runProc::changer_getAllParameters(struct T_changer *mw) void T_runProc::sub_getDynMachineConditions(struct T_dynamicCondition *dynMachCond) { - - uint16_t LL, nn; - char *start; - uint8_t buf[70], leng; - - epi_restoreDynMachineConditions(&leng, buf); - // Puffer in struct eintragen: - LL=sizeof(struct T_dynamicCondition); - start = &dynMachCond->allDoorsDebounced; - nn=0; - do - { - *start = buf[nn]; - start++; - } while(++nn