mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
Merge panda subtree
old-commit-hash: c8b4633cd1941ff13fce375d557f1ca90e371cfd
This commit is contained in:
@@ -29,7 +29,7 @@ def recv(panda, cnt, addr, nbus):
|
||||
def isotp_recv_subaddr(panda, addr, bus, sendaddr, subaddr):
|
||||
msg = recv(panda, 1, addr, bus)[0]
|
||||
|
||||
# TODO: handle other subaddr also communicating
|
||||
# TODO: handle other subaddr also communicating
|
||||
assert ord(msg[0]) == subaddr
|
||||
|
||||
if ord(msg[1])&0xf0 == 0x10:
|
||||
|
||||
Reference in New Issue
Block a user