X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Funi-t-dmm%2Fprotocol.h;h=d01e079076a2e75438449ba50739254f5c36ed53;hb=be60a9e4a97ab68a140511afca83db1f202e7a0e;hp=1f9b169a7fff921650ef77c2eec0b04d58366510;hpb=a7a163a795c9ad8cb06b5fe5458d7c98c405bf5a;p=libsigrok.git diff --git a/hardware/uni-t-dmm/protocol.h b/hardware/uni-t-dmm/protocol.h index 1f9b169a..d01e0790 100644 --- a/hardware/uni-t-dmm/protocol.h +++ b/hardware/uni-t-dmm/protocol.h @@ -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);