X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=show.c;h=5c35bb317c972b0442622ef36245a68fd0ba7d63;hb=0e2f95c489ba93227b20747ea0ed246b51e5bf9e;hp=8fbd0af157a028e959dec593f235c58b0ca4f399;hpb=0171a4a7a49fd1948b3e420bc553a024413d487e;p=sigrok-cli.git diff --git a/show.c b/show.c index 8fbd0af..5c35bb3 100644 --- a/show.c +++ b/show.c @@ -441,7 +441,7 @@ void show_dev_detail(void) * returned, or which values for them. */ select_channels(sdi); - channel_group = select_channel_group(sdi); + channel_group = lookup_channel_group(sdi, NULL); if (!(opts = sr_dev_options(driver, sdi, channel_group))) /* Driver supports no device instance options. */