lockin-external: comment style [nfc]

This commit is contained in:
Robert Jördens 2021-02-15 08:51:19 +01:00
parent b581a016ce
commit 5fc45a659b
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ const APP: () = {
let time_constant: u8 = 6; // TODO: expose let time_constant: u8 = 6; // TODO: expose
let sample_frequency = ((pll_frequency let sample_frequency = ((pll_frequency
// .wrapping_add(1 << design_parameters::SAMPLE_BUFFER_SIZE_LOG2 - 1) // half-up rounding bias // half-up rounding bias
// .wrapping_add(1 << design_parameters::SAMPLE_BUFFER_SIZE_LOG2 - 1)
>> design_parameters::SAMPLE_BUFFER_SIZE_LOG2) >> design_parameters::SAMPLE_BUFFER_SIZE_LOG2)
as i32) as i32)
.wrapping_mul(harmonic); .wrapping_mul(harmonic);