aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGareth McMullin2012-11-03 21:33:28 +1300
committerGareth McMullin2012-11-03 21:33:28 +1300
commite1c1162a1a666387133780efa31935e5b6dcc5c7 (patch)
treeba1f9445dd10fea1fa6242cf80b0dd7a082158ef /src/include
parentf526a82773abdb7c4d4c2122758d6adbc8a9519e (diff)
Recognise LPC43xx dual core devices.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 6daf350..9be0e18 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -200,6 +200,7 @@ int stm32f4_probe(struct target_s *target);
int stm32l1_probe(struct target_s *target);
int lmi_probe(struct target_s *target);
int lpc11xx_probe(struct target_s *target);
+int lpc43xx_probe(struct target_s *target);
int sam3x_probe(struct target_s *target);
#endif