X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;h=28211d32a1b14ebb3e43b9cf1c53fb3a2376adc7;hb=d9e79c512289201a76e55435c09d7d7e68a1cf1b;hp=569aedcc9866edfa4778195f93d8b39c864e392f;hpb=4104ef810e56cd68ccfd66919a24e9e8c572ef58;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 569aedcc..28211d32 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -53,9 +53,10 @@ enum { UNI_T_UT61D_SER, UNI_T_UT61E_SER, ISO_TECH_IDM103N, + TENMA_72_7750_SER, }; -#define DMM_COUNT 29 +#define DMM_COUNT 30 struct dmm_info { /** Manufacturer/brand. */ @@ -137,5 +138,6 @@ SR_PRIV int receive_data_UNI_T_UT61C_SER(int fd, int revents, void *cb_data); SR_PRIV int receive_data_UNI_T_UT61D_SER(int fd, int revents, void *cb_data); SR_PRIV int receive_data_UNI_T_UT61E_SER(int fd, int revents, void *cb_data); SR_PRIV int receive_data_ISO_TECH_IDM103N(int fd, int revents, void *cb_data); +SR_PRIV int receive_data_TENMA_72_7750_SER(int fd, int revents, void *cb_data); #endif