forked from M-Labs/artiq
rtio_clocking: remove confusing log message
This commit is contained in:
parent
ff976754cf
commit
93e26cacdd
|
@ -103,7 +103,6 @@ pub mod crg {
|
||||||
|
|
||||||
#[cfg(not(has_rtio_clock_switch))]
|
#[cfg(not(has_rtio_clock_switch))]
|
||||||
pub fn init() -> bool {
|
pub fn init() -> bool {
|
||||||
info!("Using internal RTIO clock");
|
|
||||||
unsafe {
|
unsafe {
|
||||||
csr::rtio_crg::pll_reset_write(0);
|
csr::rtio_crg::pll_reset_write(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue