X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstm32f1x.c;h=64c91680c8a5708ec3ebda38e6cda1971225e57e;hp=d44670768b6045880205e24464c963525514a578;hb=7690a74b094347ec393c280414a182b7361d7b17;hpb=3d3b45af465f6dcfc85ea69cc10a719bc3b2851c diff --git a/src/flash/nor/stm32f1x.c b/src/flash/nor/stm32f1x.c index d44670768b..64c91680c8 100644 --- a/src/flash/nor/stm32f1x.c +++ b/src/flash/nor/stm32f1x.c @@ -1647,4 +1647,5 @@ struct flash_driver stm32f1x_flash = { .erase_check = default_flash_blank_check, .protect_check = stm32x_protect_check, .info = get_stm32x_info, + .free_driver_priv = default_flash_free_driver_priv, };