aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5.c
diff options
context:
space:
mode:
authorGareth McMullin2012-06-18 19:56:19 +1200
committerGareth McMullin2012-06-18 19:56:19 +1200
commitbc5a6f022bf926353d09c3c1b69ddf05ee353edf (patch)
treea6bc3be36224fe4c28e4b6c741a21f79438305d6 /src/adiv5.c
parent0599bdc5c40f560bfc4bf3cdf9caef8f7f4a1cd4 (diff)
Renamed Cortex-M driver appropriately since it support M0, M3 and M4F.
Diffstat (limited to 'src/adiv5.c')
-rw-r--r--src/adiv5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/adiv5.c b/src/adiv5.c
index 3b56526..65068e3 100644
--- a/src/adiv5.c
+++ b/src/adiv5.c
@@ -36,7 +36,7 @@
#include "target.h"
-#include "cortexm3.h"
+#include "cortexm.h"
#ifndef DO_RESET_SEQ
#define DO_RESET_SEQ 0
@@ -146,7 +146,7 @@ void adiv5_dp_init(ADIv5_DP_t *dp)
t->mem_write_bytes = ap_mem_write_bytes;
/* The rest sould only be added after checking ROM table */
- cm3_probe(t);
+ cortexm_probe(t);
adiv5_ap_count++;
}