mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
de024fd4a7
* pandad: pure Python capnp helpers * cleanup
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
|