refact: refactored can dbc logic

This commit is contained in:
Simone Margaritelli 2024-08-23 16:03:35 +02:00
commit 840f819484
6 changed files with 214 additions and 108 deletions

View file

@ -0,0 +1,6 @@
package can
func (mod *CANModule) dbcLoad(name string) error {
// load as file
return mod.dbc.LoadFile(mod, name)
}