Skip to content

Commit 515e35e

Browse files
Jiwon YuneJiwon Yune
authored andcommitted
fixed errors related to MAX32625_NO_BOOT
1 parent f50e7e9 commit 515e35e

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
@@ -2942,8 +2942,9 @@
29422942
"inherits": ["MAX32625_NO_BOOT"]
29432943
},
29442944
"SDT32625B": {
2945-
"detect_code": ["3102"],
2946-
"inherits": ["MAX32625_NO_BOOT"]
2945+
"inherits": ["MAX32625_BASE"],
2946+
"extra_labels_add": ["MAX32625_NO_BOOT"],
2947+
"detect_code": ["3102"]
29472948
},
29482949
"MAX32625PICO": {
29492950
"inherits": ["MAX32625_BOOT"],

0 commit comments

Comments
 (0)