cleanup bus count constant

This commit is contained in:
Adeeb Shihadeh
2023-08-04 10:46:56 -07:00
parent 977d702770
commit 1950ba6f83
5 changed files with 3 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ build_projects = {
for project_name, project in build_projects.items():
flags = [
"-DPANDA",
"-DPANDA_BUS_CNT=4",
]
if ("ENABLE_SPI" in os.environ or "h7" in project_name) and not project_name.startswith('pedal'):
flags.append('-DENABLE_SPI')