1 parent 52b53b2 commit 5565e2bCopy full SHA for 5565e2b
1 file changed
can/interfaces/gs_usb.py
@@ -5,8 +5,11 @@
5
from gs_usb.constants import CAN_ERR_FLAG, CAN_RTR_FLAG, CAN_EFF_FLAG, CAN_MAX_DLC
6
import can
7
import usb
8
+import logging
9
10
11
+logger = logging.getLogger(__name__)
12
+
13
class GsUsbBus(can.BusABC):
14
def __init__(self, channel, bus, address, bitrate, can_filters=None, **kwargs):
15
"""
0 commit comments