]> sigrok.org Git - libsigrok.git/blobdiff - hardware/sysclk-lwla/protocol.c
sysclk-lwla: Implement config_probe_set() callback.
[libsigrok.git] / hardware / sysclk-lwla / protocol.c
index 39b9d893a99b63d1b69b1e62ff3a0f148ddfef8d..4c89ea2480db4d759841c0fb0333edaab89ba466 100644 (file)
@@ -20,9 +20,6 @@
 #include "protocol.h"
 #include <string.h>
 
-/* 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)