Skip to content

Commit 2f0e199

Browse files
committed
Fix cobs import error
1 parent a0d38a5 commit 2f0e199

2 files changed

Lines changed: 84 additions & 26 deletions

File tree

iocontrol/sil/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"google.golang.org/protobuf/proto"
1313

1414
flatbuffers "github.com/google/flatbuffers/go"
15-
cobs "github.com/justincpresley/go-cobs/src"
15+
cobs "github.com/justincpresley/go-cobs"
1616
pb "github.com/macformula/hil/iocontrol/sil/gotobuf"
1717
signals "github.com/macformula/hil/iocontrol/sil/signals"
1818
)

iocontrol/sil/gotobuf/lvcontroller.pb.go

Lines changed: 83 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)