Skip to content

Commit a0f25f4

Browse files
authored
Update ulp.py
1 parent 89a6046 commit a0f25f4

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
@@ -45,7 +45,7 @@ def prepare_ulp_env_vars(env):
4545
toolchain_path_ulp = platform.get_package_dir(
4646
"toolchain-esp32ulp"
4747
if sdk_config.get("ULP_COPROC_TYPE_FSM", False)
48-
else ""
48+
else None
4949
)
5050

5151
python_dir = os.path.dirname(ulp_env.subst("$PYTHONEXE")) or ""

0 commit comments

Comments
 (0)