technocreatives / dbc-codegen

Generate Rust structs for messages from a dbc (CAN bus definition) file.
Apache License 2.0
43 stars 22 forks source link

fix issue where signed signals would be rendered as unsigned #63

Closed linusharberg closed 4 months ago

linusharberg commented 5 months ago

The title pretty much sums it up, some signals with a negative minimum value would end up as unsigned integers when generated