]> git.sur5r.net Git - openocd/blobdiff - src/flash/str9xpec.h
stm32x_options_t -> struct stm32x_options
[openocd] / src / flash / str9xpec.h
index 376f86c7df712319ade530d2fa868f778f14f560..ff3b6d9a29ae485a77c3378c4a907810c4893ac6 100644 (file)
@@ -28,7 +28,7 @@
 
 typedef struct str9xpec_flash_controller_s
 {
-       jtag_tap_t *tap;
+       struct jtag_tap *tap;
        uint32_t *sector_bits;
        int chain_pos;
        int isc_enable;