Skip to content

Commit 14bcfeb

Browse files
authored
Call BusABC init in IXXATBus (#1628)
1 parent 6703d5b commit 14bcfeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

can/interfaces/ixxat/canlib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ def __init__(
131131
**kwargs
132132
)
133133

134+
super().__init__(channel=channel, **kwargs)
135+
134136
def flush_tx_buffer(self):
135137
"""Flushes the transmit buffer on the IXXAT"""
136138
return self.bus.flush_tx_buffer()

0 commit comments

Comments
 (0)