X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcolead-slm%2Fprotocol.c;h=e10fc37e438b8dbf7f914faafa579fbd9160f031;hb=refs%2Fheads%2Flibsigrok-0.2.x;hp=9a9d10c875bb8edac14dedd44cbdad0ec37b22fb;hpb=aa7066353c9a54d90695fca3b303e1476dd772fd;p=libsigrok.git diff --git a/hardware/colead-slm/protocol.c b/hardware/colead-slm/protocol.c index 9a9d10c8..e10fc37e 100644 --- a/hardware/colead-slm/protocol.c +++ b/hardware/colead-slm/protocol.c @@ -25,7 +25,6 @@ #include #include - static void process_packet(const struct sr_dev_inst *sdi) { struct dev_context *devc; @@ -232,4 +231,3 @@ SR_PRIV int colead_slm_receive_data(int fd, int revents, void *cb_data) return TRUE; } -