]> sigrok.org Git - libsigrok.git/blobdiff - output/output_analog.c
Add sr_ prefix for 'struct probe'.
[libsigrok.git] / output / output_analog.c
index f00bffa342f0ffd8f6175d1a735c0e11985b676d..7c5c622f94d92c886ea8955a42140487cc9fdaa6 100644 (file)
@@ -92,7 +92,7 @@ static void flush_linebufs(struct context *ctx, char *outbuf)
 static int init(struct sr_output *o, int default_spl, enum outputmode mode)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        uint64_t samplerate;
        int num_probes;