Skip to content

Commit

Permalink
Removed unused code part SDO
Browse files Browse the repository at this point in the history
  • Loading branch information
JensVanhooydonck authored Jul 4, 2024
1 parent 2a5d776 commit d80460f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ class SdoConfigEntry
EC_WRITE_U64(buffer, static_cast<uint64_t>(data));
} else if (data_type == "int64") {
EC_WRITE_S64(buffer, static_cast<int64_t>(data));
} else if (data_type == "real32" || data_type == "float") {
uint32_t raw = *(uint32_t *)(const void *)&doubledata;
EC_WRITE_U32(buffer, static_cast<uint32_t>(raw));
}
}

Expand Down

0 comments on commit d80460f

Please sign in to comment.