]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/dmm/es519xx.c
es519xx: Fix incorrect packet size, and a typo.
[libsigrok.git] / hardware / common / dmm / es519xx.c
index 35aaf489f457e4ea9aea768fa3e877de7132af45..0a0a2231e64723c83f657a55794676559d06af58 100644 (file)
@@ -669,7 +669,7 @@ SR_PRIV gboolean sr_es519xx_19200_11b_5digits_packet_valid(const uint8_t *buf)
        return sr_es519xx_packet_valid(buf, &info);
 }
 
-SR_PRIV int sr_es519xx_19200_11b_5difits_parse(const uint8_t *buf,
+SR_PRIV int sr_es519xx_19200_11b_5digits_parse(const uint8_t *buf,
                float *floatval, struct sr_datafeed_analog *analog, void *info)
 {
        struct es519xx_info *info_local;