]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/arachnid-labs-re-load-pro/protocol.h
arachnid-labs-re-load-pro: Change serial read in acquisition mode.
[libsigrok.git] / src / hardware / arachnid-labs-re-load-pro / protocol.h
index 18cdd7412bb81055f814a0d380c54b128be44b75..225ee1c279d6a09493f9ceadbcf9c73d9a664789 100644 (file)
@@ -30,8 +30,9 @@
 #define RELOADPRO_BUFSIZE 100
 
 struct dev_context {
+       gboolean acquisition_running;
        struct sr_sw_limits limits;
-       uint8_t buf[RELOADPRO_BUFSIZE];
+       char buf[RELOADPRO_BUFSIZE];
        int buflen;
        gboolean otp_active;
        gboolean uvc_active;