diff options
Diffstat (limited to 'jlink_spi.c')
-rw-r--r-- | jlink_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jlink_spi.c b/jlink_spi.c index eba8dbc3..48239f3b 100644 --- a/jlink_spi.c +++ b/jlink_spi.c @@ -193,7 +193,7 @@ static const struct spi_master spi_master_jlink_spi = { .probe_opcode = default_spi_probe_opcode, }; -static int jlink_spi_init(void) +static int jlink_spi_init(const struct programmer_cfg *cfg) { char *arg; unsigned long speed = 0; |