aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRichard Eoin Meadows2014-07-03 22:03:11 +0100
committerGareth McMullin2014-09-03 21:17:41 +1200
commit945a2802d526cd333dac882dbffc9f5608f645b4 (patch)
tree2d62276be9a4d16504b2438fa476548fd3e9cc3c /src/include
parent9d9ecb572e67adb7c7e6a01678d0bd735aa30aa4 (diff)
Atmel SAMD20 support
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 03230a5..067b051 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -213,6 +213,7 @@ bool lpc11xx_probe(struct target_s *target);
bool lpc43xx_probe(struct target_s *target);
bool sam3x_probe(struct target_s *target);
bool nrf51_probe(struct target_s *target);
+bool samd20_probe(struct target_s *target);
#endif