]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/atten-pps3xxx/protocol.c
Introduce OutputFlag
[libsigrok.git] / src / hardware / atten-pps3xxx / protocol.c
index e7d9d810c1c6dbfc2e5bf410192ce898f01d135c..8e678a16867ea7024ec84c0e18a03cc6d00e64ce 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include <string.h>
-#include <errno.h>
 #include "protocol.h"
 
 static void dump_packet(char *msg, uint8_t *packet)
@@ -164,4 +163,3 @@ SR_PRIV int atten_pps3xxx_receive_data(int fd, int revents, void *cb_data)
 
        return TRUE;
 }
-