diff options
Diffstat (limited to 'ni845x_spi.c')
-rw-r--r-- | ni845x_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ni845x_spi.c b/ni845x_spi.c index 30ef61c0..14bebce8 100644 --- a/ni845x_spi.c +++ b/ni845x_spi.c @@ -537,6 +537,7 @@ static const struct spi_master spi_programmer_ni845x = { .write_256 = default_spi_write_256, .write_aai = default_spi_write_aai, .shutdown = ni845x_spi_shutdown, + .probe_opcode = default_spi_probe_opcode, }; static int ni845x_spi_init(void) |