mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
setup opendbc dependency properly (#2202)
* rm that * bump * lil more * update * fix libpanda * update * fix misra * python3? * update ref * fix mutation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import opendbc
|
||||
import subprocess
|
||||
|
||||
|
||||
PREFIX = "arm-none-eabi-"
|
||||
BUILDER = "DEV"
|
||||
|
||||
@@ -84,7 +84,7 @@ def build_project(project_name, project, extra_flags):
|
||||
'..',
|
||||
panda_root,
|
||||
f"{panda_root}/board/",
|
||||
f"{panda_root}/../opendbc/safety/",
|
||||
opendbc.INCLUDE_PATH,
|
||||
]
|
||||
|
||||
env = Environment(
|
||||
|
||||
Reference in New Issue
Block a user