summaryrefslogtreecommitdiff
path: root/src/target/avrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/avrt.c')
-rw-r--r--src/target/avrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/avrt.c b/src/target/avrt.c
index bff2418c..4a1024fe 100644
--- a/src/target/avrt.c
+++ b/src/target/avrt.c
@@ -200,7 +200,7 @@ int mcu_write_ir(struct jtag_tap *tap, uint8_t *ir_in, uint8_t *ir_out, int ir_l
}
{
- scan_field_t field[1];
+ struct scan_field field[1];
field[0].tap = tap;
field[0].num_bits = tap->ir_length;
@@ -221,7 +221,7 @@ int mcu_write_dr(struct jtag_tap *tap, uint8_t *dr_in, uint8_t *dr_out, int dr_l
}
{
- scan_field_t field[1];
+ struct scan_field field[1];
field[0].tap = tap;
field[0].num_bits = dr_len;