X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fflash%2Fnor%2Fat91sam7.c;h=606cc32b02908b469ed6ff816c43df2976d0eda4;hb=bc8be110ff314cab0e09792a05b6871672c18302;hp=cca0cf2cc1a73c02b2057967fe47b1736aea071d;hpb=24ebfffff54f5201f1503256df56717900e65e2d;p=fw%2Fopenocd diff --git a/src/flash/nor/at91sam7.c b/src/flash/nor/at91sam7.c index cca0cf2cc..606cc32b0 100644 --- a/src/flash/nor/at91sam7.c +++ b/src/flash/nor/at91sam7.c @@ -1207,6 +1207,7 @@ struct flash_driver at91sam7_flash = { .erase = at91sam7_erase, .protect = at91sam7_protect, .write = at91sam7_write, + .read = default_flash_read, .probe = at91sam7_probe, .auto_probe = at91sam7_probe, .erase_check = at91sam7_erase_check,