X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fserial-dmm%2Fprotocol.h;h=ca27f8421b353025571f205ac1412db424c30a47;hb=df6b0f99af1c2f4be963a7fb388e21a718cce6f3;hp=545855b0d56c0e2a14b43985350044b27c11ac1a;hpb=94e9021b3ee2d18ef0480c6fa95f0d950cf12eb9;p=libsigrok.git diff --git a/hardware/serial-dmm/protocol.h b/hardware/serial-dmm/protocol.h index 545855b0..ca27f842 100644 --- a/hardware/serial-dmm/protocol.h +++ b/hardware/serial-dmm/protocol.h @@ -52,7 +52,7 @@ enum { UNI_T_UT60E_SER, UNI_T_UT61D_SER, UNI_T_UT61E_SER, - ISO_TECH_IDM103N_SER, + ISO_TECH_IDM103N, }; #define DMM_COUNT 22 @@ -118,7 +118,7 @@ SR_PRIV int receive_data_UNI_T_UT60A_SER(int fd, int revents, void *cb_data); SR_PRIV int receive_data_UNI_T_UT60E_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_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 void dmm_details_tp4000zc(struct sr_datafeed_analog *analog, void *info); SR_PRIV void dmm_details_dt4000zc(struct sr_datafeed_analog *analog, void *info);