Skip to content

Commit

Permalink
Add flags about fpv4 for cortex-m33 on platformio-build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asukiaaa authored and fpistm committed May 3, 2022
1 parent ade55da commit 949ecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/platformio/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def configure_application_offset(mcu, upload_protocol):


if (
any(cpu in board_config.get("build.cpu") for cpu in ("cortex-m4", "cortex-m7"))
any(cpu in board_config.get("build.cpu") for cpu in ("cortex-m33", "cortex-m4", "cortex-m7"))
and "stm32wl" not in mcu
):
env.Append(
Expand Down

0 comments on commit 949ecc8

Please sign in to comment.