[targets][MTS_DRAGONFLY_F411RE] remove unnecessary comments from Dragonfly entry in targets.py

pull/787/head
Mike Fiore 2014-11-20 10:57:14 -06:00
parent ac11414116
commit 4ab78b43c5
1 changed files with 1 additions and 4 deletions

View File

@ -607,9 +607,6 @@ class MTS_DRAGONFLY_F411RE(Target):
self.macros = ['HSE_VALUE=26000000']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "ARM" #vince orig "uARM"
#vince orig self.default_toolchain = "GCC_ARM" #vince orig "uARM"
#vince orig self.supported_form_factors = ["ARDUINO", "MORPHO"]
#vince orig self.detect_code = "0740"
### Nordic ###