Revert "detect 723 live (#1835)"

This reverts commit 9d0caa1935.
This commit is contained in:
Adeeb Shihadeh
2024-01-24 15:39:11 -08:00
parent 9d0caa1935
commit d6b5dbb3dc
4 changed files with 25 additions and 28 deletions

View File

@@ -15,4 +15,7 @@ for project_name, project in build_projects.items():
if ("ENABLE_SPI" in os.environ or "h7" in project_name) and not project_name.startswith('pedal'):
flags.append('-DENABLE_SPI')
if "H723" in os.environ:
flags.append('-DSTM32H723')
build_project(project_name, project, flags)