X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=37ea8e3dc5754fa6be2d355a388d04933e631892;hp=02bb00545e8211297757cf3219f6900127c64544;hb=94f5ed90f1832e81803713f4364de586a69247d4;hpb=56504fdd7353732525e34f1e3fbd44346588f979 diff --git a/src/target/avrt.h b/src/target/avrt.h index 02bb00545e..37ea8e3dc5 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -24,7 +24,7 @@ typedef struct mcu_jtag_s { - jtag_tap_t *tap; + struct jtag_tap *tap; } mcu_jtag_t; typedef struct avr_common_s