mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 11:42:04 +10:00
minidummy: fix compilation error
during refactoring a search and replace error crept in Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
parent
2221a03744
commit
bd3ef5ca3d
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
|
||||
static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *struct targetap,
|
||||
static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *targettap,
|
||||
int num_fields,
|
||||
const int *num_bits,
|
||||
const uint32_t *value,
|
||||
@ -29,7 +29,7 @@ static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *struct ta
|
||||
/* synchronously do the operation here */
|
||||
}
|
||||
|
||||
static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *struct targetap,
|
||||
static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *targettap,
|
||||
int num_fields,
|
||||
const int *num_bits,
|
||||
const uint32_t *value,
|
||||
|
Loading…
Reference in New Issue
Block a user