summaryrefslogtreecommitdiffstats
path: root/tests/spi25.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spi25.c')
-rw-r--r--tests/spi25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spi25.c b/tests/spi25.c
index 5cd84fb85..872959341 100644
--- a/tests/spi25.c
+++ b/tests/spi25.c
@@ -32,7 +32,7 @@ struct flashchip mock_chip = {
.page_size = 256,
.tested = TEST_BAD_PREW,
.probe = PROBE_SPI_RDID,
- .write = NULL,
+ .write = NO_WRITE_FUNC,
};
/*