Fixed Xadow M0 extra labels

pull/391/head
Mihail Stoyanov 2014-07-07 19:04:43 +03:00
parent 2018e40f3c
commit fd1600582b
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ class DISCO_F303VC(Target):
class XADOW_M0(LPC11U35_501):
def __init__(self):
LPC11U35_501.__init__(self)
self.extra_labels = ['NXP', 'LPC11UXX', 'LPC11U35_501']
self.macros = ['TARGET_LPC11U35_501']