X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fpipistrello-ols%2Fprotocol.h;h=1ac0d06d6f1c23f3127a76abfb8d095cb611fdef;hb=efad7cccec8ab00043939b36de950ba2ced15f85;hp=7bbf69dc94eaf93d2fa8411e0aff49d532ef3f40;hpb=758906aa711c2936e7e9adcb449f70905087a5d9;p=libsigrok.git diff --git a/src/hardware/pipistrello-ols/protocol.h b/src/hardware/pipistrello-ols/protocol.h index 7bbf69dc..1ac0d06d 100644 --- a/src/hardware/pipistrello-ols/protocol.h +++ b/src/hardware/pipistrello-ols/protocol.h @@ -87,7 +87,7 @@ struct dev_context { uint32_t cur_samplerate_divider; uint32_t max_samples; uint64_t limit_samples; - int capture_ratio; + uint64_t capture_ratio; int trigger_at; uint32_t channel_mask; uint32_t trigger_mask[NUM_TRIGGER_STAGES];