saleae-logic16: Drop unused variable.
This commit is contained in:
parent
88b1d4e573
commit
e7fef37bf8
|
@ -641,9 +641,6 @@ static int configure_channels(const struct sr_dev_inst *sdi)
|
||||||
struct sr_channel *ch;
|
struct sr_channel *ch;
|
||||||
GSList *l;
|
GSList *l;
|
||||||
uint16_t channel_bit;
|
uint16_t channel_bit;
|
||||||
#ifdef WORDS_BIGENDIAN
|
|
||||||
int i;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
devc = sdi->priv;
|
devc = sdi->priv;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue