X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftarget%2Favrt.h;h=145f836f1a79496e1ba4d03cbf15895cc1a39bb6;hb=68889ea02f28bfd61f0b4b85aad4b0bf8826a947;hp=54722ac6ba16579bbe3fe1b0eb3580f238140783;hpb=4bc80e5a65dde09ca795e50e77bcfe77b8dd444f;p=openocd diff --git a/src/target/avrt.h b/src/target/avrt.h index 54722ac6..145f836f 100644 --- a/src/target/avrt.h +++ b/src/target/avrt.h @@ -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 */