diff options
Diffstat (limited to 'developerbox_spi.c')
-rw-r--r-- | developerbox_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/developerbox_spi.c b/developerbox_spi.c index d585418a..16fa351f 100644 --- a/developerbox_spi.c +++ b/developerbox_spi.c @@ -142,7 +142,7 @@ static int developerbox_spi_shutdown(void *spi_data) return 0; } -static int developerbox_spi_init(void) +static int developerbox_spi_init(const struct programmer_cfg *cfg) { struct libusb_context *usb_ctx; libusb_device_handle *cp210x_handle; |