mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
4 lines
150 B
Python
4 lines
150 B
Python
from openpilot.selfdrive.pandad.pandad_api_impl import can_list_to_can_capnp, can_capnp_to_list
|
|
assert can_list_to_can_capnp
|
|
assert can_capnp_to_list
|