Skip to content

Commit

Permalink
fix(candevice): undefined type
Browse files Browse the repository at this point in the history
The GitHub rebase wasn't all knowing and didn't account for a previous
change.
  • Loading branch information
Edholm committed Sep 26, 2023
1 parent d307875 commit 5d129d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/candevice/device_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (d *Device) SetListenOnlyMode(mode bool) error {
}

li := &linkInfoMsg{
linkType: canLinkType,
linkType: CanLinkType,
}

li.info, err = d.getCurrentParametersForSet()
Expand Down

0 comments on commit 5d129d1

Please sign in to comment.