X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic16%2Fprotocol.h;h=8a1ded823900e7ae41c194f355d1a73b5f07fb15;hb=a4e435eb49c1fa30c31d5851b404001324cafe33;hp=8557a3e3a2b2f1da01c067bb9aa69fa9118478b2;hpb=863357fb1091489d5ecb4257bcb879b3beb79734;p=libsigrok.git diff --git a/hardware/saleae-logic16/protocol.h b/hardware/saleae-logic16/protocol.h index 8557a3e3..8a1ded82 100644 --- a/hardware/saleae-logic16/protocol.h +++ b/hardware/saleae-logic16/protocol.h @@ -66,7 +66,8 @@ struct dev_context { int64_t sent_samples; int submitted_transfers; int empty_transfer_count; - int num_channels, cur_channel, unitsize; + int num_channels; + int cur_channel; uint16_t channel_masks[16]; uint16_t channel_data[16]; uint8_t *convbuffer;