Merge pull request #123 from konradhermsdorf/fix/rxpdo-handling-in-safeop

do not update output variables in SafeOp
pull/126/head
nakarlsson 2022-07-02 11:30:19 +02:00 committed by GitHub
commit fc72fbeeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}