avr_common_t -> struct avr_common
Remove misleading typedef and redundant suffix from struct avr_common.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user