]> sigrok.org Git - libsigrok.git/blobdiff - hardware/brymen-dmm/protocol.c
move function declarations to the appropriate header
[libsigrok.git] / hardware / brymen-dmm / protocol.c
index 230b60d38cce655c872d0a97c772ed01052f4bf9..4c33076afa1a6ea6d64834dd671e1505c6e6b648 100644 (file)
 
 #include "protocol.h"
 
-/* parser.c */
-SR_PRIV int sr_brymen_parse(const uint8_t *buf, float *floatval,
-                           struct sr_datafeed_analog *analog, void *info);
-
 static void handle_packet(const uint8_t *buf, struct sr_dev_inst *sdi)
 {
        float floatval;