Skip to content

Commit 31a3cff

Browse files
bcostm0xc0170
authored andcommitted
[NUCLEO_F091RC/F303RE] Fix wrong detect_code field
1 parent b300a6c commit 31a3cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def __init__(self):
513513
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
514514
self.default_toolchain = "uARM"
515515
self.supported_form_factors = ["ARDUINO", "MORPHO"]
516-
self.detect_code = ["0731"]
516+
self.detect_code = ["0750"]
517517

518518
class NUCLEO_F103RB(Target):
519519
def __init__(self):
@@ -543,7 +543,7 @@ def __init__(self):
543543
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
544544
self.default_toolchain = "uARM"
545545
self.supported_form_factors = ["ARDUINO", "MORPHO"]
546-
self.detect_code = ["0706"]
546+
self.detect_code = ["0745"]
547547

548548
class NUCLEO_F334R8(Target):
549549
def __init__(self):

0 commit comments

Comments
 (0)