]> sigrok.org Git - libsigrok.git/blobdiff - tests/lib.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / tests / lib.c
index faffc3a9f64d452c439736924772baf8ac29f7fa..09b697e817024d8e4c28cadf0acb353f9c27338b 100644 (file)
@@ -213,7 +213,7 @@ void srtest_buf_to_file(const char *filename, const uint8_t *buf, uint64_t len)
 
 GArray *srtest_get_enabled_logic_probes(const struct sr_dev_inst *sdi)
 {
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        GArray *probes;
        GSList *l;