summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:41:00 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:10 -0800
commit056fcdb540f0ab9a404f3b5de72fd707eb146603 (patch)
tree53c7b62a07a3b695be32e98f623ad2a47efa5a6a /src/target/cortex_m3.h
parentc25e00b52810822108b54ac40dffadba62ef48d9 (diff)
downloadopenocd+libswd-056fcdb540f0ab9a404f3b5de72fd707eb146603.tar.gz
openocd+libswd-056fcdb540f0ab9a404f3b5de72fd707eb146603.tar.bz2
openocd+libswd-056fcdb540f0ab9a404f3b5de72fd707eb146603.tar.xz
openocd+libswd-056fcdb540f0ab9a404f3b5de72fd707eb146603.zip
arm_jtag_t -> struct arm_jtag
Remove misleading typedef and redundant suffix from struct arm_jtag.
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index 9ad9dca7..5b1d5eae 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -139,7 +139,7 @@ typedef struct cortex_m3_dwt_comparator_s
typedef struct cortex_m3_common_s
{
int common_magic;
- arm_jtag_t jtag_info;
+ struct arm_jtag jtag_info;
/* Context information */
uint32_t dcb_dhcsr;