X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=show.c;fp=show.c;h=5c35bb317c972b0442622ef36245a68fd0ba7d63;hp=a6573e5a3acea9e241b81ad80964f18f9fbbc20a;hb=6c94f0c1cd6cf6c146851e4e87b9e31b1b17d41d;hpb=c9c30f53c4c639d73cadc7c58c28a69090b41261 diff --git a/show.c b/show.c index a6573e5..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 = lookup_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. */