rtio_clocking: remove confusing log message

pull/2132/head
mwojcik 2023-07-10 10:31:41 +08:00 committed by Sébastien Bourdeauducq
parent ff976754cf
commit 93e26cacdd
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ pub mod crg {
#[cfg(not(has_rtio_clock_switch))]
pub fn init() -> bool {
info!("Using internal RTIO clock");
unsafe {
csr::rtio_crg::pll_reset_write(0);
}