aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRichard Meadows2015-01-18 22:35:59 +0000
committerRichard Meadows2015-01-18 22:35:59 +0000
commit565795e1680eb2a0f2f5737dddd7df293824ec4a (patch)
tree9d9691c6671070d2c80a0c7931566453037a7818 /src/include
parent372606177357a815dd7c484739649b50118ad42e (diff)
Added support for SAMD10/11/21, and list of tested SAM D devices
This allows blackmagic to be used with the new Arduino Zero board via the unpopulated SWD header on the east end of the board.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 100c4a0..50f1ebe 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -224,7 +224,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);
+bool samd_probe(struct target_s *target);
bool kinetis_probe(struct target_s *target);
#endif