X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=show.c;h=5c35bb317c972b0442622ef36245a68fd0ba7d63;hb=0e2f95c489ba93227b20747ea0ed246b51e5bf9e;hp=a6573e5a3acea9e241b81ad80964f18f9fbbc20a;hpb=9a6e8ec4bc84d94e27c9a004a7b75caaa0ba7124;p=sigrok-cli.git 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. */