arachnid-labs-re-load-pro: Index for channel "I"

This commit is contained in:
Frank Stettner 2018-01-05 20:07:20 +01:00 committed by Uwe Hermann
parent b3e715e528
commit 2153093941
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
ch = sr_channel_new(sdi, 0, SR_CHANNEL_ANALOG, TRUE, "V");
cg->channels = g_slist_append(cg->channels, ch);
ch = sr_channel_new(sdi, 0, SR_CHANNEL_ANALOG, TRUE, "I");
ch = sr_channel_new(sdi, 1, SR_CHANNEL_ANALOG, TRUE, "I");
cg->channels = g_slist_append(cg->channels, ch);
devc = g_malloc0(sizeof(struct dev_context));