aboutsummaryrefslogtreecommitdiff
path: root/src/cortexm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cortexm.c')
-rw-r--r--src/cortexm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cortexm.c b/src/cortexm.c
index 364e276..12914d3 100644
--- a/src/cortexm.c
+++ b/src/cortexm.c
@@ -259,7 +259,7 @@ cortexm_probe(struct target_s *target)
PROBE(lpc43xx_probe);
PROBE(sam3x_probe);
PROBE(nrf51_probe);
- PROBE(samd20_probe);
+ PROBE(samd_probe);
PROBE(lmi_probe);
PROBE(kinetis_probe);
#undef PROBE