Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 10, 2018
1 parent e85cc47 commit 7ae7c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/__init__.py
Expand Up @@ -434,7 +434,7 @@ def isotp_send(self, addr, dat, bus, recvaddr=None, subaddr=None):
return isotp_send(self, dat, addr, bus, recvaddr, subaddr)

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

# ******************* serial *******************

Expand Down

0 comments on commit 7ae7c79

Please sign in to comment.