Skip to content

Commit 99852ff

Browse files
committed
Factor out common SocketCAN ser/des parts
It is useful for both using SocketCAN devices and pcap(ng) files storing SocketCAN packets
1 parent 5d62394 commit 99852ff

File tree

6 files changed

+243
-293
lines changed

6 files changed

+243
-293
lines changed

can/interfaces/socketcan/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"CyclicSendTask",
77
"MultiRateCyclicSendTask",
88
"SocketcanBus",
9-
"constants",
109
"socketcan",
1110
"utils",
1211
]

can/interfaces/socketcan/constants.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)