lockin: remove TIMESTAMP_BUFFER_SIZE constant

This commit is contained in:
Matt Huszagh 2020-11-28 13:25:49 -08:00
parent 90ef9f1e6a
commit 785c98f93d
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ use core::f32::consts::PI;
/// The number of ADC samples in one batch.
pub const ADC_SAMPLE_BUFFER_SIZE: usize = 16;
/// The maximum number of timestamps in the period for one ADC
/// batch. Each timestamp corresponds to the time of an external
/// reference clock edge.
pub const TIMESTAMP_BUFFER_SIZE: usize = ADC_SAMPLE_BUFFER_SIZE / 2;
/// The number of outputs sent to the DAC for each ADC batch.
pub const DECIMATED_BUFFER_SIZE: usize = 1;