From 641ac65ce785b185461eb7cf0e83b8b9e67b5c6d Mon Sep 17 00:00:00 2001 From: Emilio Monti Date: Wed, 12 Feb 2014 14:03:44 +0000 Subject: [PATCH] Remove duplicate label (already in the target name) --- 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 670adb0a9d..c8150622c8 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -379,7 +379,7 @@ class UBLOX_C027(Target): self.core = "Cortex-M3" - self.extra_labels = ['NXP', 'LPC176X', 'UBLOX_C027'] + self.extra_labels = ['NXP', 'LPC176X'] self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "GCC_CS", "GCC_CR", "IAR"]