X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcolead-slm%2Fprotocol.c;h=e10fc37e438b8dbf7f914faafa579fbd9160f031;hb=ce4d26ddf96ceb62ada8ccd25347976ac5e4029f;hp=9a9d10c875bb8edac14dedd44cbdad0ec37b22fb;hpb=1663ebe27f95a297c36dd8e9e494dec1fe9c6be7;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; } -