From cc48aa05ddae4d8ba730dd36867f8310ee363b51 Mon Sep 17 00:00:00 2001 From: Michael Brudevold Date: Wed, 12 Nov 2014 10:06:02 -0600 Subject: [PATCH] Set default compiler to a valid compiler --- workspace_tools/targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 2b845e8cd0..2e262d3ccd 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -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 ###