]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-ut32x/api.c
uni-t-ut32x: pre-set to default conn= spec
[libsigrok.git] / src / hardware / uni-t-ut32x / api.c
index 8c11497582c480057600c16f48f741bdb95901d4..b49080d0b9ab7514ef3af0a9612ac70b6d102de2 100644 (file)
@@ -55,7 +55,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
 
        drvc = di->context;
 
-       conn = NULL;
+       conn = "1a86.e008";
        for (l = options; l; l = l->next) {
                src = l->data;
                switch (src->key) {