diff options
Diffstat (limited to 'tests/chip_wp.c')
-rw-r--r-- | tests/chip_wp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chip_wp.c b/tests/chip_wp.c index 95e6b05ce..e4eff9907 100644 --- a/tests/chip_wp.c +++ b/tests/chip_wp.c @@ -97,7 +97,7 @@ static const struct flashchip chip_W25Q128_V = { .cmp = {STATUS2, 6, RW}, .wps = {STATUS3, 2, RW}, }, - .decode_range = decode_range_spi25, + .decode_range = DECODE_RANGE_SPI25, }; /* Trying to set an unsupported WP range fails */ |