conrad-digi-35-cpu: Remove CH1 from device.
This device is write only and does not transmit any measurement data. Therefore a channel is not necessary.
This commit is contained in:
parent
8e5dbaf6e9
commit
b96051a507
|
@ -88,7 +88,6 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
|
|||
sdi->inst_type = SR_INST_SERIAL;
|
||||
sdi->conn = serial;
|
||||
sdi->priv = devc;
|
||||
sr_channel_new(sdi, 0, SR_CHANNEL_ANALOG, TRUE, "CH1");
|
||||
|
||||
return std_scan_complete(di, g_slist_append(NULL, sdi));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue