Skip to content

Commit 752f667

Browse files
Jiwon Yuneadbridge
authored andcommitted
fixed errors related to MAX32625_NO_BOOT
1 parent da386b1 commit 752f667

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

targets/targets.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,8 +3088,9 @@
30883088
"inherits": ["MAX32625_NO_BOOT"]
30893089
},
30903090
"SDT32625B": {
3091-
"detect_code": ["3102"],
3092-
"inherits": ["MAX32625_NO_BOOT"]
3091+
"inherits": ["MAX32625_BASE"],
3092+
"extra_labels_add": ["MAX32625_NO_BOOT"],
3093+
"detect_code": ["3102"]
30933094
},
30943095
"MAX32625PICO": {
30953096
"inherits": ["MAX32625_BOOT"],

0 commit comments

Comments
 (0)