aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lpc43xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc43xx.c b/src/lpc43xx.c
index 5181b8b..99ceb00 100644
--- a/src/lpc43xx.c
+++ b/src/lpc43xx.c
@@ -89,6 +89,7 @@ bool lpc43xx_probe(target *t)
switch(chipid) {
case 0x4906002B: /* Parts with on-chip flash */
+ case 0x7906002B: /* LM43S?? - Undocumented? */
switch (cpuid & 0xFF00FFF0) {
case 0x4100C240:
t->driver = "LPC43xx Cortex-M4";