Skip to content

Commit a916031

Browse files
committed
fix: #35
1 parent 1f9a013 commit a916031

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ int ec_dc_sync(ec_t *pec, osal_uint16_t slave, osal_uint8_t active,
209209
"loop running right now! DC will not work correctly!\n", slave);
210210

211211
ret = EC_ERROR_CYCLIC_LOOP;
212+
break;
212213
}
213214
} while (pec->dc.dc_time == 0u);
214215
}

0 commit comments

Comments
 (0)