spi: flash: use default_flash_copy()

tags/0.1.0
S.J.R. van Schaik 8 years ago
parent 1a2341e012
commit 6d73d7a655
  1. 1
      source/drivers/spi_flash.c

@ -23,6 +23,7 @@ static struct flash_ops spi_flash_ops = {
.get_capacity = spi_flash_get_size,
.read = spi_flash_read,
.write = spi_flash_write,
.copy = default_flash_copy,
.is_erased = default_flash_is_erased,
.erase = spi_flash_erase,
};

Loading…
Cancel
Save