Skip to content

Commit 2ebdc63

Browse files
authored
C6 has ULP
1 parent 2a3ccc9 commit 2ebdc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ def _skip_prj_source_files(node):
17231723
#
17241724

17251725
ulp_dir = os.path.join(PROJECT_DIR, "ulp")
1726-
if os.path.isdir(ulp_dir) and os.listdir(ulp_dir) and mcu not in ("esp32c2", "esp32c3", "esp32c6", "esp32h2"):
1726+
if os.path.isdir(ulp_dir) and os.listdir(ulp_dir) and mcu not in ("esp32c2", "esp32c3", "esp32h2"):
17271727
env.SConscript("ulp.py", exports="env sdk_config project_config idf_variant")
17281728

17291729
#

0 commit comments

Comments
 (0)