Skip to content

Commit 7e21caa

Browse files
committed
builder: Update board build configuration name
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent eb14b24 commit 7e21caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/framework/siwiduino.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def load_siwilib_debug():
270270
if libs.startswith("siwisdk") or libs.startswith("siwinbiot"):
271271
env["LIBS"][i] = libs + "_debug"
272272

273-
if board.get("build.siwilib") == "debug":
273+
274+
if board.get("build.logicromtype") == "debug":
274275
load_siwilib_debug()
275276

276277
if env.GetBuildType() == "debug":

0 commit comments

Comments
 (0)