X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hardware%2Fbrymen-dmm%2Fprotocol.h;h=7c9aaae6cd0710b8c3f3d41823eeb159243eeb5a;hp=5b6f787e6e4a4049921328e9af438e61dd394e8d;hb=43cd4637285833706f8a404ca027bcf0ee75b9ae;hpb=933e63a13bcedc7d4a003605449e54241e25f4eb diff --git a/hardware/brymen-dmm/protocol.h b/hardware/brymen-dmm/protocol.h index 5b6f787e..7c9aaae6 100644 --- a/hardware/brymen-dmm/protocol.h +++ b/hardware/brymen-dmm/protocol.h @@ -82,7 +82,7 @@ SR_PRIV int brymen_parse(const uint8_t *buf, float *floatval, SR_PRIV int brymen_stream_detect(struct sr_serial_dev_inst *serial, uint8_t *buf, size_t *buflen, packet_length_t get_packet_size, - packet_valid_t is_valid, + packet_valid_callback is_valid, uint64_t timeout_ms, int baudrate); #endif