diff options
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r-- | src/target/armv7a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 581813a3..70a2d9ee 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -51,7 +51,7 @@ struct armv7a_common struct reg_cache *core_cache; /* arm adp debug port */ - struct swjdp_common swjdp_info; + struct adiv5_dap swjdp_info; /* Core Debug Unit */ struct arm_dpm dpm; |