From e7f65c5a116802c4e510fe212b26e9a020de0b3e Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:52 -0800 Subject: avr_common_t -> struct avr_common Remove misleading typedef and redundant suffix from struct avr_common. --- src/target/avrt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/avrt.h') diff --git a/src/target/avrt.h b/src/target/avrt.h index 54722ac6..145f836f 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -27,9 +27,9 @@ struct mcu_jtag struct jtag_tap *tap; }; -typedef struct avr_common_s +struct avr_common { struct mcu_jtag jtag_info; -} avr_common_t; +}; #endif /* AVRT_H */ -- cgit v1.2.3