]> sigrok.org Git - libsigrok.git/blobdiff - hardware/uni-t-dmm/protocol.h
serial-dmm/uni-t-dmm: Drop Tecpel DMM-8060.
[libsigrok.git] / hardware / uni-t-dmm / protocol.h
index 1f9b169a7fff921650ef77c2eec0b04d58366510..d01e079076a2e75438449ba50739254f5c36ed53 100644 (file)
@@ -38,7 +38,6 @@
 
 /* Note: When adding entries here, don't forget to update DMM_COUNT. */
 enum {
-       TECPEL_DMM_8060,
        TECPEL_DMM_8061,
        UNI_T_UT60A,
        UNI_T_UT60E,
@@ -49,7 +48,7 @@ enum {
        VOLTCRAFT_VC840,
 };
 
-#define DMM_COUNT 9
+#define DMM_COUNT 8
 
 struct dmm_info {
        char *vendor;
@@ -94,7 +93,6 @@ struct dev_context {
        uint8_t buflen;
 };
 
-SR_PRIV int receive_data_TECPEL_DMM_8060(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_TECPEL_DMM_8061(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_UNI_T_UT60A(int fd, int revents, void *cb_data);
 SR_PRIV int receive_data_UNI_T_UT60E(int fd, int revents, void *cb_data);