aboutsummaryrefslogtreecommitdiff
path: root/src/target/mem_ap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/mem_ap.c')
-rw-r--r--src/target/mem_ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mem_ap.c b/src/target/mem_ap.c
index fdc52c3..c5618c9 100644
--- a/src/target/mem_ap.c
+++ b/src/target/mem_ap.c
@@ -24,7 +24,7 @@ struct mem_ap {
uint64_t ap_num;
};
-static int mem_ap_target_create(struct target *target, Jim_Interp *interp)
+static int mem_ap_target_create(struct target *target)
{
struct mem_ap *mem_ap;
struct adiv5_private_config *pc;