added device ID for MOTE_L152RC

pull/1023/head
U-owner-PC\owner 2015-04-08 14:59:47 -07:00
parent d812fb0002
commit 755c5d9b07
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ class MOTE_L152RC(Target):
self.extra_labels = ['STM', 'STM32L1', 'STM32L152RC']
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
self.default_toolchain = "uARM"
self.detect_code = ["9999"]
self.detect_code = ["4100"]
class DISCO_F401VC(Target):
def __init__(self):