]> sigrok.org Git - libsigrok.git/blobdiff - hardware/brymen-dmm/protocol.h
brymen-dmm: Make protocol parser locale-independent.
[libsigrok.git] / hardware / brymen-dmm / protocol.h
index 1270ecb60a7f2ae20c8e0e7372b1701d4e32ce9e..5b6f787e6e4a4049921328e9af438e61dd394e8d 100644 (file)
@@ -76,8 +76,8 @@ SR_PRIV int brymen_packet_request(struct sr_serial_dev_inst *serial);
 SR_PRIV int brymen_packet_length(const uint8_t *buf, int *len);
 SR_PRIV gboolean brymen_packet_is_valid(const uint8_t *buf);
 
-SR_PRIV int sr_brymen_parse(const uint8_t *buf, float *floatval,
-                           struct sr_datafeed_analog *analog, void *info);
+SR_PRIV int brymen_parse(const uint8_t *buf, float *floatval,
+               struct sr_datafeed_analog *analog, void *info);
 
 SR_PRIV int brymen_stream_detect(struct sr_serial_dev_inst *serial,
                                 uint8_t *buf, size_t *buflen,