X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fappa-55ii%2Fprotocol.h;h=248d672e1970b15e38352ddf61b1de02e3ca7396;hb=d1144645512490c64813f4ef5a5b0c305de50260;hp=eeae8e1ad4c4ce3e124095a4c68809d6c070cfef;hpb=e2492a33749ae03e7a1bf73c6b029c0c0054080b;p=libsigrok.git diff --git a/src/hardware/appa-55ii/protocol.h b/src/hardware/appa-55ii/protocol.h index eeae8e1a..248d672e 100644 --- a/src/hardware/appa-55ii/protocol.h +++ b/src/hardware/appa-55ii/protocol.h @@ -27,9 +27,9 @@ #define LOG_PREFIX "appa-55ii" -#define APPA_55II_NUM_CHANNELS 2 -#define APPA_55II_BUF_SIZE (4 + 32 + 1) -#define DEFAULT_DATA_SOURCE DATA_SOURCE_LIVE +#define APPA_55II_NUM_CHANNELS 2 +#define APPA_55II_BUF_SIZE (4 + 32 + 1) +#define DEFAULT_DATA_SOURCE DATA_SOURCE_LIVE enum { DATA_SOURCE_LIVE, @@ -40,7 +40,7 @@ enum { struct dev_context { /* Acquisition settings */ struct sr_sw_limits limits; - gboolean data_source; /**< Whether to read live samples or memory */ + gboolean data_source; /**< Whether to read live samples or memory */ /* Temporary state across callbacks */ uint8_t buf[APPA_55II_BUF_SIZE];