X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic16%2Fprotocol.h;fp=hardware%2Fsaleae-logic16%2Fprotocol.h;h=00f96560645cb539816bd92f118192fc74b7fc7d;hb=1b822521f77f8ec61405cc662a4fa19579e90398;hp=db19498a12a19925f063b233a1015b0fdf5b2038;hpb=2db959063b073b87cfb45a433f2a422b594731b0;p=libsigrok.git diff --git a/hardware/saleae-logic16/protocol.h b/hardware/saleae-logic16/protocol.h index db19498a..00f96560 100644 --- a/hardware/saleae-logic16/protocol.h +++ b/hardware/saleae-logic16/protocol.h @@ -66,7 +66,7 @@ struct dev_context { int64_t num_samples; int submitted_transfers; int empty_transfer_count; - int num_channels, cur_channel; + int num_channels, cur_channel, unitsize; uint16_t channel_masks[16]; uint16_t channel_data[16]; uint8_t *convbuffer;