reciprocal_pll: remove unneeded type cast
This commit is contained in:
parent
e599977983
commit
9697560404
@ -78,7 +78,7 @@ impl TimestampHandler {
|
||||
if self.batch_index
|
||||
< (1 << (32
|
||||
- self.adc_sample_ticks_log2
|
||||
- self.sample_buffer_size_log2)) as u32
|
||||
- self.sample_buffer_size_log2))
|
||||
- 1
|
||||
{
|
||||
self.batch_index += 1;
|
||||
|
Loading…
Reference in New Issue
Block a user