mirror of https://github.com/ARMmbed/mbed-os.git
Fixed Xadow M0 extra labels
parent
2018e40f3c
commit
fd1600582b
|
@ -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']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue