X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fmetex14.c;h=5c4ed0858c2816c8278ac0bfaad2d74c584422a1;hb=82ff7044494dab2e1473e45c72ee32b038d3eee0;hp=b610aba9fab962f43b09312414df38acf44680ce;hpb=cd97e39d8917ac7612712ee51ae24ffc89706239;p=libsigrok.git diff --git a/src/dmm/metex14.c b/src/dmm/metex14.c index b610aba9..5c4ed085 100644 --- a/src/dmm/metex14.c +++ b/src/dmm/metex14.c @@ -22,7 +22,6 @@ * * Metex 14-bytes ASCII protocol parser. * - * @internal * This should work for various multimeters which use this kind of protocol, * even though there is some variation in which modes each DMM supports. * @@ -329,7 +328,7 @@ static gboolean flags_valid(const struct metex14_info *info) return TRUE; } -#ifdef HAVE_LIBSERIALPORT +#ifdef HAVE_SERIAL_COMM SR_PRIV int sr_metex14_packet_request(struct sr_serial_dev_inst *serial) { const uint8_t wbuf = 'D';