Set default compiler to a valid compiler

pull/680/head
Michael Brudevold 2014-11-12 10:06:02 -06:00
parent ec790f1a01
commit cc48aa05dd
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class MTS_MDOT(Target):
self.macros = ['HSE_VALUE=26000000']
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.is_disk_virtual = True
self.default_toolchain = "GCC_ARM"
self.default_toolchain = "ARM"
### Nordic ###