From 74d09617b927ed7011098d5a65087dee1ef1e87a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:44:08 -0800 Subject: reg_cache_t -> struct reg_cache Remove misleading typedef and redundant suffix from struct reg_cache. --- src/target/cortex_m3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/cortex_m3.c') diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index 9d2c54f7..01fe7c10 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -1516,7 +1516,7 @@ static void cortex_m3_dwt_setup(struct cortex_m3_common *cm3, struct target_s *target) { uint32_t dwtcr; - struct reg_cache_s *cache; + struct reg_cache *cache; cortex_m3_dwt_comparator_t *comparator; int reg, i; -- cgit v1.2.3