reciprocal_pll: remove unneeded type cast

This commit is contained in:
Matt Huszagh 2021-01-13 09:08:16 -08:00
parent e599977983
commit 9697560404

View File

@ -78,7 +78,7 @@ impl TimestampHandler {
if self.batch_index if self.batch_index
< (1 << (32 < (1 << (32
- self.adc_sample_ticks_log2 - self.adc_sample_ticks_log2
- self.sample_buffer_size_log2)) as u32 - self.sample_buffer_size_log2))
- 1 - 1
{ {
self.batch_index += 1; self.batch_index += 1;