Remove duplicate label (already in the target name)

pull/166/merge
Emilio Monti 2014-02-12 14:03:44 +00:00
parent e04b97e6e1
commit 641ac65ce7
1 changed files with 1 additions and 1 deletions

View File

@ -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"]