Skip to content

Commit 641ac65

Browse files
committed
Remove duplicate label (already in the target name)
1 parent e04b97e commit 641ac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def __init__(self):
379379

380380
self.core = "Cortex-M3"
381381

382-
self.extra_labels = ['NXP', 'LPC176X', 'UBLOX_C027']
382+
self.extra_labels = ['NXP', 'LPC176X']
383383

384384
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "GCC_CS", "GCC_CR", "IAR"]
385385

0 commit comments

Comments
 (0)