dsp: fix small comment grammar error
This commit is contained in:
parent
0cca4589fd
commit
55e7f1f0db
|
@ -210,8 +210,8 @@ impl Lockin {
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
|
||||||
// closest timestamp that occurred before to the
|
// closest timestamp that occurred before the current
|
||||||
// current ADC sample
|
// ADC sample
|
||||||
let closest_timestamp_before: i32;
|
let closest_timestamp_before: i32;
|
||||||
let reference_period = if closest_timestamp_after_index < 0 {
|
let reference_period = if closest_timestamp_after_index < 0 {
|
||||||
closest_timestamp_before = self.timestamps[0].unwrap();
|
closest_timestamp_before = self.timestamps[0].unwrap();
|
||||||
|
|
Loading…
Reference in New Issue