]> sigrok.org Git - sigrok-cli.git/blobdiff - sigrok-cli.c
cli: rename sr_hw_hwcap_get() to sr_devopt_get()
[sigrok-cli.git] / sigrok-cli.c
index 38ea352cc842228f80d29884c245ae16d56a1b69..260cb9bfabfc030fab51849310a318f23cb29198 100644 (file)
@@ -346,7 +346,7 @@ static void show_dev_detail(void)
                return;
 
        for (cap = 0; hwcaps[cap]; cap++) {
-               if (!(hwo = sr_hw_hwcap_get(hwcaps[cap])))
+               if (!(hwo = sr_devopt_get(hwcaps[cap])))
                        continue;
 
                if (title) {