X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fappa-55ii%2Fprotocol.c;h=c22ede50fcef1179fb6c499f07386d4591521e96;hp=ef265ff0196eb1b7f9498692450a66f347f5995c;hb=d9251a2c9f1ca4380c27240ccca90c9f9ed46d3f;hpb=2ecc745ccb837fd990f3ef83e4aca74cffa948cc diff --git a/src/hardware/appa-55ii/protocol.c b/src/hardware/appa-55ii/protocol.c index ef265ff0..c22ede50 100644 --- a/src/hardware/appa-55ii/protocol.c +++ b/src/hardware/appa-55ii/protocol.c @@ -23,11 +23,11 @@ #include "protocol.h" typedef enum { - LIVE_DATA = 0x00, - LOG_METADATA = 0x11, - LOG_DATA = 0x14, - LOG_START = 0x18, - LOG_END = 0x19, + LIVE_DATA = 0x00, + LOG_METADATA = 0x11, + LOG_DATA = 0x14, + LOG_START = 0x18, + LOG_END = 0x19, } packet_type; static gboolean appa_55ii_checksum(const uint8_t *buf)