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