[NUCLEO_F091RC/F303RE] Fix wrong detect_code field

pull/983/head
bcostm 2015-03-20 11:10:03 +01:00
parent 42cc30526b
commit ed2d7dcbe1
1 changed files with 2 additions and 2 deletions

View File

@ -513,7 +513,7 @@ class NUCLEO_F091RC(Target):
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.default_toolchain = "uARM"
self.supported_form_factors = ["ARDUINO", "MORPHO"]
self.detect_code = ["0731"]
self.detect_code = ["0750"]
class NUCLEO_F103RB(Target):
def __init__(self):
@ -543,7 +543,7 @@ class NUCLEO_F303RE(Target):
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.default_toolchain = "uARM"
self.supported_form_factors = ["ARDUINO", "MORPHO"]
self.detect_code = ["0706"]
self.detect_code = ["0745"]
class NUCLEO_F334R8(Target):
def __init__(self):