Update targets.py

Use ARM by default for mdot, not uARM
pull/1187/head
Sam Grove 2015-06-16 10:42:40 -05:00
parent be8c754522
commit 501340ce8b
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ class MTS_MDOT_F411RE(Target):
self.extra_labels = ['STM', 'STM32F4', 'STM32F411RE']
self.macros = ['HSE_VALUE=26000000', 'OS_CLOCK=96000000', 'USE_PLL_HSE_EXTC=0', 'VECT_TAB_OFFSET=0x00010000']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "uARM"
self.default_toolchain = "ARM"
def init_hooks(self, hook, toolchain_name):
if toolchain_name in ['GCC_ARM', 'ARM_STD', 'ARM_MICRO']: