From 8bb6db460f459593cbadf599bbe92cd0d795ca77 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 13 Jun 2025 03:17:24 -0400 Subject: [PATCH] remove ; from STM32F1_create_variant.py --- buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py b/buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py index 6fa53ef57f..7998776783 100644 --- a/buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py +++ b/buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py @@ -38,6 +38,6 @@ if pioutil.is_pio_build(): else: # The following almost works, but __start__ (from wirish/start.S) is not seen by common.inc - board.update("build.variants_dir", source_root_str); + board.update("build.variants_dir", source_root_str) src = str(source_dir) env.Append(BUILD_FLAGS=[f"-I{src}", f"-L{src}/ld"]) # Add include path for variant