Include from project root (#2232)

* fix include paths

* cleanup
This commit is contained in:
Adeeb Shihadeh
2025-07-19 21:58:58 -07:00
committed by GitHub
parent 5ac6305a95
commit ca603115cb
14 changed files with 113 additions and 112 deletions

View File

@@ -80,10 +80,7 @@ def build_project(project_name, project, extra_flags):
]
includes = [
'.',
'..',
panda_root,
f"{panda_root}/board/",
'#',
opendbc.INCLUDE_PATH,
]