Skip to content

Commit 2c717fe

Browse files
authored
Update main.py for C5
1 parent 30de641 commit 2c717fe

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
@@ -234,7 +234,7 @@ def __fetch_fs_size(target, source, env):
234234
mcu = board.get("build.mcu", "esp32")
235235
toolchain_arch = "xtensa-%s" % mcu
236236
filesystem = board.get("build.filesystem", "spiffs")
237-
if mcu in ("esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4"):
237+
if mcu in ("esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32h2", "esp32p4"):
238238
toolchain_arch = "riscv32-esp"
239239

240240
if "INTEGRATION_EXTRA_DATA" not in env:

0 commit comments

Comments
 (0)