rtio_clocking: remove unrelated comment

pull/152/head
mwojcik 2021-10-29 10:33:05 +08:00
parent a82e7a332b
commit 07410afe83
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ fn setup_si5324(i2c: &mut I2c, timer: &mut GlobalTimer, clk: RtioClock) {
crystal_ref: true
}
},
RtioClock::Int_100 => { // 100MHz output, from crystal. Also used as reference for Sayma HMC830.
RtioClock::Int_100 => { // 100MHz output, from crystal.
info!("using internal 100MHz RTIO clock");
si5324::FrequencySettings {
n1_hs : 9,