From ca14f552e5197fe2fe535acc46bb43a30bca2d7a Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Fri, 4 Jul 2014 11:44:53 +0300 Subject: [PATCH] Fixed Xadow M0 target support --- workspace_tools/targets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 7987b9017e..943466e60f 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -498,7 +498,6 @@ class DISCO_F303VC(Target): class XADOW_M0(LPC11U35_501): def __init__(self): LPC11U35_501.__init__(self) - self.extra_labels.append('LPC11U35_501') self.macros = ['TARGET_LPC11U35_501']