Skip to content

Commit 6915f09

Browse files
committed
Targets - fix nucleo f410rb
1 parent 2b8c9ef commit 6915f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def __init__(self):
792792
self.supported_form_factors = ["ARDUINO", "MORPHO"]
793793
self.detect_code = ["0740"]
794794
self.progen = {
795-
"target":"",
795+
"target":"nucleo-f410rb",
796796
}
797797

798798
class NUCLEO_F411RE(Target):

0 commit comments

Comments
 (0)