diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index 3f240c59..2c56b02c 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -112,7 +112,7 @@ struct dev_context { struct soft_trigger_logic *stl; uint64_t num_frames; - unsigned int sent_samples; + uint64_t sent_samples; int submitted_transfers; int empty_transfer_count;