Skip to content

Commit

Permalink
forgot the selfs
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 10, 2018
1 parent 190b4f6 commit e85cc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/__init__.py
Expand Up @@ -430,10 +430,10 @@ def can_clear(self, bus):

# ******************* isotp *******************

def isotp_send(addr, dat, bus, recvaddr=None, subaddr=None):
def isotp_send(self, addr, dat, bus, recvaddr=None, subaddr=None):
return isotp_send(self, dat, addr, bus, recvaddr, subaddr)

def isotp_recv(addr, bus=0, sendaddr=None, subaddr=None):
def isotp_recv(self, addr, bus=0, sendaddr=None, subaddr=None):
return isotp_recv(self, addr, bus, recvaddr, subaddr)

# ******************* serial *******************
Expand Down

0 comments on commit e85cc47

Please sign in to comment.