avr_common_t -> struct avr_common

Remove misleading typedef and redundant suffix from struct avr_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:52 -08:00
parent 4bc80e5a65
commit e7f65c5a11
3 changed files with 13 additions and 13 deletions

View File

@@ -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 */