summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:41:39 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:10 -0800
commite8a6e3b2f4e1b0f3cccfa01c486fbdd952842801 (patch)
tree01df9b0e0db8c187c781386ac188a1fb40943325 /src/target/cortex_m3.h
parent2744a031cb333f4d1c2cd81171cbdafd6c780e1d (diff)
downloadopenocd+libswd-e8a6e3b2f4e1b0f3cccfa01c486fbdd952842801.tar.gz
openocd+libswd-e8a6e3b2f4e1b0f3cccfa01c486fbdd952842801.tar.bz2
openocd+libswd-e8a6e3b2f4e1b0f3cccfa01c486fbdd952842801.tar.xz
openocd+libswd-e8a6e3b2f4e1b0f3cccfa01c486fbdd952842801.zip
armv7m_common_t -> struct armv7m_common
Remove misleading typedef and redundant suffix from struct armv7m_common.
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 5b1d5eae..74740491 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -160,7 +160,7 @@ typedef struct cortex_m3_common_s
cortex_m3_dwt_comparator_t *dwt_comparator_list;
struct reg_cache_s *dwt_cache;
- armv7m_common_t armv7m;
+ struct armv7m_common armv7m;
} cortex_m3_common_t;
static inline struct cortex_m3_common_s *