Fixed Xadow M0 target support

pull/390/head
Mihail Stoyanov 2014-07-04 11:44:53 +03:00
parent 19264fc372
commit ca14f552e5
1 changed files with 0 additions and 1 deletions

View File

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