Skip to content

Commit

Permalink
Fixing the size
Browse files Browse the repository at this point in the history
preston-rogers committed Nov 1, 2024
1 parent 3082af3 commit a47aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsd_el5042.c
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ int jsd_el5042_PO2SO_config(ecx_contextt* ecx_context, uint16_t slave_id) {
// Polynomial used for calculating checksum
uint32_t checksum_polynomial = config->el5042.checksum_polynomial[ch];
if (!jsd_sdo_set_param_blocking(ecx_context, slave_id, sdo_channel_index,
0x11, JSD_SDO_DATA_U8, &checksum_polynomial)) {
0x11, JSD_SDO_DATA_U32, &checksum_polynomial)) {
return 0;
}

0 comments on commit a47aaaf

Please sign in to comment.