swjdp_reg_t -> struct swjdp_reg
Remove misleading typedef and redundant suffix from struct swjdp_reg.
This commit is contained in:
parent
785115a6a0
commit
6ba48a1b44
|
@ -76,11 +76,11 @@
|
||||||
/* Freerunning transactions with delays and overrun checking */
|
/* Freerunning transactions with delays and overrun checking */
|
||||||
#define TRANS_MODE_COMPOSITE 2
|
#define TRANS_MODE_COMPOSITE 2
|
||||||
|
|
||||||
typedef struct swjdp_reg_s
|
struct swjdp_reg
|
||||||
{
|
{
|
||||||
int addr;
|
int addr;
|
||||||
arm_jtag_t *jtag_info;
|
arm_jtag_t *jtag_info;
|
||||||
} swjdp_reg_t;
|
};
|
||||||
|
|
||||||
typedef struct swjdp_common_s
|
typedef struct swjdp_common_s
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue