]> sigrok.org Git - libsigrok.git/blobdiff - hardware/link-mso19/protocol.h
Rename various *PROBE* macros to *CHANNEL*.
[libsigrok.git] / hardware / link-mso19 / protocol.h
index ebf67c48e419f9614e6780a61e6f8a0581cd9843..809d7f87177648b5756f57b20a03a30a410639b6 100644 (file)
@@ -34,7 +34,7 @@
 #define USB_VENDOR             "3195"
 #define USB_PRODUCT            "f190"
 
-#define NUM_PROBES             (1 + 8)
+#define NUM_CHANNELS           (1 + 8)
 #define NUM_TRIGGER_STAGES     4
 #define TRIGGER_TYPE           "01"    //the first r/f is used for the whole group
 #define SERIALCOMM             "460800/8n1/flow=2"
@@ -139,7 +139,7 @@ SR_PRIV inline uint16_t mso_calc_raw_from_mv(struct dev_context *devc);
 SR_PRIV int mso_reset_fsm(struct sr_dev_inst *sdi);
 SR_PRIV int mso_toggle_led(struct sr_dev_inst *sdi, int state);
 
-SR_PRIV int mso_configure_probes(const struct sr_dev_inst *sdi);
+SR_PRIV int mso_configure_channels(const struct sr_dev_inst *sdi);
 SR_PRIV void stop_acquisition(const struct sr_dev_inst *sdi);
 
 /* bank agnostic registers */