Skip to content

Commit 89a6046

Browse files
authored
Update main.py
1 parent f257937 commit 89a6046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def switch_off_ldf():
414414
# Initialize board configuration and MCU settings
415415
board = env.BoardConfig()
416416
mcu = board.get("build.mcu", "esp32")
417-
is_xtensa = mcu in ("esp32","esp32s2","esp32s3")
417+
is_xtensa = mcu in ("esp32", "esp32s2", "esp32s3")
418418
toolchain_arch = "xtensa-%s" % mcu
419419
filesystem = board.get("build.filesystem", "littlefs")
420420

0 commit comments

Comments
 (0)