Targets - fix nucleo f410rb

pull/1621/head
0xc0170 2016-03-02 11:01:24 +01:00 committed by adustm
parent bc48d73db3
commit c30429a602
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ class NUCLEO_F410RB(Target):
self.supported_form_factors = ["ARDUINO", "MORPHO"]
self.detect_code = ["0740"]
self.progen = {
"target":"",
"target":"nucleo-f410rb",
}
class NUCLEO_F411RE(Target):