scpi-dmm: accept serialcomm= scan options
This commit is contained in:
parent
21bc4353f0
commit
31e65c62ec
|
@ -24,6 +24,7 @@ static struct sr_dev_driver scpi_dmm_driver_info;
|
|||
|
||||
static const uint32_t scanopts[] = {
|
||||
SR_CONF_CONN,
|
||||
SR_CONF_SERIALCOMM,
|
||||
};
|
||||
|
||||
static const uint32_t drvopts[] = {
|
||||
|
|
Loading…
Reference in New Issue