X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsysclk-lwla%2Fprotocol.c;h=4c89ea2480db4d759841c0fb0333edaab89ba466;hb=43db343618e81d03aa8531b4a4ed96c250a29991;hp=39b9d893a99b63d1b69b1e62ff3a0f148ddfef8d;hpb=50cad98d1ba595d6e2da900dbe212b293a058189;p=libsigrok.git diff --git a/hardware/sysclk-lwla/protocol.c b/hardware/sysclk-lwla/protocol.c index 39b9d893..4c89ea24 100644 --- a/hardware/sysclk-lwla/protocol.c +++ b/hardware/sysclk-lwla/protocol.c @@ -20,9 +20,6 @@ #include "protocol.h" #include -/* Bit mask covering all 34 channels. */ -#define ALL_CHANNELS_MASK (((uint64_t)1 << NUM_PROBES) - 1) - /* Bit mask for the RLE repeat-count-follows flag. */ #define RLE_FLAG_LEN_FOLLOWS ((uint64_t)1 << 35)