Skip to content

Commit ea40552

Browse files
committed
Remove unnecessary ULP binary dependency
1 parent 2865654 commit ea40552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/frameworks/ulp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def compile_ulp_binary():
129129
os.path.join(ULP_BUILD_DIR, "ulp_main.h"),
130130
os.path.join(ULP_BUILD_DIR, "ulp_main.ld"),
131131
os.path.join(ULP_BUILD_DIR, "ulp_main.bin"),
132-
os.path.join(ULP_BUILD_DIR, "esp32.ulp.ld"),
133132
],
134133
None,
135134
ulp_env.VerboseAction(" ".join(cmd), "Generating ULP project files $TARGETS"),

0 commit comments

Comments
 (0)