]> sigrok.org Git - libsigrok.git/blobdiff - src/binary_helpers.c
binary_helpers: Rename bv_get_value to reflect it's length checking
[libsigrok.git] / src / binary_helpers.c
index e8547a01103686260714fc6094f41d64c8a3a57d..72c05ef101a0cbc33e161971d0a32ae95a16441c 100644 (file)
@@ -22,7 +22,7 @@
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
-SR_PRIV int bv_get_value(float *out, const struct binary_value_spec *spec,
+SR_PRIV int bv_get_value_len(float *out, const struct binary_value_spec *spec,
        const uint8_t *data, size_t length)
 {
        float value;