diff options
Diffstat (limited to 'src/target/feroceon.c')
-rw-r--r-- | src/target/feroceon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/feroceon.c b/src/target/feroceon.c index 96a048ac..c029e44e 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -646,7 +646,7 @@ int feroceon_examine(struct target *target) struct arm7_9_common *arm7_9; int retval; - retval = arm9tdmi_examine(target); + retval = arm7_9_examine(target); if (retval != ERROR_OK) return retval; |