aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5_swdp.c
diff options
context:
space:
mode:
authorGareth McMullin2012-06-24 16:53:13 +1200
committerGareth McMullin2012-06-24 19:08:49 +1200
commita16123997b77a5d3a137fcd80e6bf4134b7a4a23 (patch)
treefdef5d9e21fca06a0b9d06764d4c8545d78842f4 /src/adiv5_swdp.c
parent8872315e82c6ab92864020f2a05490c5f6df91cd (diff)
Added target.c for common target routines.
Diffstat (limited to 'src/adiv5_swdp.c')
-rw-r--r--src/adiv5_swdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adiv5_swdp.c b/src/adiv5_swdp.c
index ce19753..f1e4bf4 100644
--- a/src/adiv5_swdp.c
+++ b/src/adiv5_swdp.c
@@ -50,7 +50,7 @@ int adiv5_swdp_scan(void)
ADIv5_DP_t *dp;
uint8_t ack;
- TARGET_LIST_FREE();
+ target_list_free();
#warning "These should be elsewhere!"
adiv5_free_all();