mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 01:02:07 +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
|