1
0
Fork 0
This commit is contained in:
MrAlaskan 2026-07-20 14:32:45 +00:00 committed by GitHub
commit 67d7565abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,8 @@ CO_LSSslave_receive(void* object, void* msg) {
ack = true;
LSSslave->fastscanPos = lssNext;
if ((bitCheck == 0U) && (lssNext < lssSub)) {
if ((bitCheck == 0U) && (lssSub == CO_LSS_FASTSCAN_SERIAL)
&& (lssNext == CO_LSS_FASTSCAN_VENDOR_ID)) {
/* complete match, enter configuration state */
LSSslave->lssState = CO_LSS_STATE_CONFIGURATION;
}