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 86b8f1e8..c84190a3 100644 --- a/developerbox_spi.c +++ b/developerbox_spi.c @@ -153,7 +153,7 @@ static int developerbox_spi_init(void) return 1; } - char *serialno = extract_programmer_param("serial"); + char *serialno = extract_programmer_param_str("serial"); if (serialno) msg_pdbg("Looking for serial number commencing %s\n", serialno); cp210x_handle = usb_dev_get_by_vid_pid_serial(usb_ctx, |