Skip to content

Commit 82b291d

Browse files
authored
Update ulp.py
1 parent 72d9bb6 commit 82b291d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/ulp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def prepare_ulp_env_vars(env):
3737

3838
toolchain_path = platform.get_package_dir(
3939
"toolchain-xtensa-esp-elf"
40-
if idf_variant not in ("esp32c5","esp32c6", "esp32p4")
40+
if idf_variant in ("esp32","esp32s2","esp32s3")
4141
else "toolchain-riscv32-esp"
4242
)
4343

0 commit comments

Comments
 (0)