Skip to content

Commit b96051a

Browse files
knarfSgsigh
authored andcommitted
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.
1 parent 8e5dbaf commit b96051a

File tree

1 file changed

+0
-1
lines changed
  • src/hardware/conrad-digi-35-cpu

1 file changed

+0
-1
lines changed

src/hardware/conrad-digi-35-cpu/api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
8888
sdi->inst_type = SR_INST_SERIAL;
8989
sdi->conn = serial;
9090
sdi->priv = devc;
91-
sr_channel_new(sdi, 0, SR_CHANNEL_ANALOG, TRUE, "CH1");
9291

9392
return std_scan_complete(di, g_slist_append(NULL, sdi));
9493
}

0 commit comments

Comments
 (0)