]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/protocol.h
zeroplus: Cosmetics, small fixes, drop unneeded stuff.
[libsigrok.git] / hardware / chronovu-la8 / protocol.h
index b28a81663c132fc5ad6b7163ed747968d6833834..8c78ef077bd94705b537b1b45bad22b6ac7643f7 100644 (file)
@@ -43,7 +43,7 @@
 #define USB_MODEL_VERSION              ""
 
 #define NUM_PROBES                     8
-#define TRIGGER_TYPES                  "01"
+#define TRIGGER_TYPE                   "01"
 #define SDRAM_SIZE                     (8 * 1024 * 1024)
 #define MIN_NUM_SAMPLES                        1
 
@@ -64,8 +64,7 @@ struct dev_context {
        /** The current sampling limit (in number of samples). */
        uint64_t limit_samples;
 
-       /** TODO */
-       void *session_dev_id;
+       void *cb_data;
 
        /**
         * A buffer containing some (mangled) samples from the device.