]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
binary_helpers: Reflect that bv_get_value() takes bytes as input
[libsigrok.git] / src / libsigrok-internal.h
index bb7e2a9c4334f3cb7e9fc3eee2e4b61dbd13898d..46865efc0b00dbcceb5751a65ea9af059859654e 100644 (file)
@@ -2250,7 +2250,7 @@ struct binary_value_spec {
  * @return SR_OK on success, SR_ERR_* error code on failure.
  */
 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);
 
 /*--- crc.c -----------------------------------------------------------------*/