Skip to content

Commit c2a7dfc

Browse files
author
spencer
committed
allow 0 data bitrate to allow non-FD settings
1 parent 60c0987 commit c2a7dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

can/interfaces/slcan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class slcanBus(BusABC):
4949
83300: "S9",
5050
}
5151
_DATA_BITRATES = {
52+
0: "",
5253
2000000: "Y2",
5354
5000000: "Y5",
5455
}

0 commit comments

Comments
 (0)