Skip to content

Commit

Permalink
Fixed sdo client example
Browse files Browse the repository at this point in the history
  • Loading branch information
samsamfire committed Dec 29, 2023
1 parent 268a8dd commit 65cf031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sdo_client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
}

// Load corresponding OD to be able to read values from strings
err = network.AddNode(0x10, "../../testdata/base.eds")
_, err = network.AddNode(0x10, "../../testdata/base.eds")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 65cf031

Please sign in to comment.