Skip to content

Commit

Permalink
Call BusABC init in IXXATBus (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChargedByte authored Jul 7, 2023
1 parent 6703d5b commit 14bcfeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions can/interfaces/ixxat/canlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def __init__(
**kwargs
)

super().__init__(channel=channel, **kwargs)

def flush_tx_buffer(self):
"""Flushes the transmit buffer on the IXXAT"""
return self.bus.flush_tx_buffer()
Expand Down

0 comments on commit 14bcfeb

Please sign in to comment.