diff --git a/soes/ecat_slv.c b/soes/ecat_slv.c index 874b45a..b62efb6 100644 --- a/soes/ecat_slv.c +++ b/soes/ecat_slv.c @@ -227,7 +227,7 @@ void DIG_process (uint8_t flags) } else if (ESCvar.ALevent & ESCREG_ALEVENT_SM2) { - RXPDO_update(); + ESC_read (ESC_SM2_sma, rxpdo, ESCvar.ESC_SM2_sml); } }