Skip to content

Commit f0f6652

Browse files
Fix wdt-reset-workaround option
1 parent 9fcf4d6 commit f0f6652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7046,9 +7046,9 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
70467046
"help": "Select high-speed USB device or not",
70477047
"value": 0
70487048
},
7049-
"wdt-reset-workaround": {
7049+
"wdt-reset-workaround": {
70507050
"help": "Workaround to H/W limit with WDT reset from power-down",
7051-
"options": [false, true],
7051+
"accepted_values": [false, true],
70527052
"value": true
70537053
}
70547054
},

0 commit comments

Comments
 (0)