technocreatives / dbc-codegen

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

Fix message names that start with non alphabetic char #41

Closed andresv closed 3 years ago

andresv commented 3 years ago

Here is such a message in the wild: https://github.com/commaai/opendbc/blob/master/hyundai_kia_generic.dbc#L1047-L1051 This PR fixes: https://github.com/technocreatives/dbc-codegen/issues/40

andresv commented 3 years ago

@killercup do you have any comments about this PR?

killercup commented 3 years ago

Thanks for the ping and sorry for the wait!

This looks good to me, nothing I'd do differently -- I'll merge it immediately :)