]> sigrok.org Git - libsigrok.git/blobdiff - src/binary_helpers.c
binary_helpers: Reflect that bv_get_value() takes bytes as input
[libsigrok.git] / src / binary_helpers.c
index e15787e9feb0f655b40b69f12a850499ddc4bdb0..e8547a01103686260714fc6094f41d64c8a3a57d 100644 (file)
@@ -23,7 +23,7 @@
 #include "libsigrok-internal.h"
 
 SR_PRIV int bv_get_value(float *out, const struct binary_value_spec *spec,
-       const void *data, size_t length)
+       const uint8_t *data, size_t length)
 {
        float value;