Skip to content

Commit

Permalink
fix: returning EC_OK on ec_soe_write
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Aug 27, 2024
1 parent 91d4b21 commit e0be7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/soe.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ int ec_soe_write(ec_t *pec, osal_uint16_t slave, osal_uint8_t atn, osal_uint16_t
if (op_code != EC_SOE_WRITE_RES) {
ec_log(5, "SOE_WRITE", "got unexpected response %d\n", op_code);
} else {
ret = EC_OK;
break;
}

Expand Down

0 comments on commit e0be7c8

Please sign in to comment.