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