]> sigrok.org Git - sigrok-cli.git/blobdiff - show.c
accept multiple --config requests for multiple channel groups
[sigrok-cli.git] / show.c
diff --git a/show.c b/show.c
index a6573e5a3acea9e241b81ad80964f18f9fbbc20a..5c35bb317c972b0442622ef36245a68fd0ba7d63 100644 (file)
--- 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. */