diff --git a/src/runtime/src/rtio_mgt.rs b/src/runtime/src/rtio_mgt.rs index d8d91c6..58cfcd7 100644 --- a/src/runtime/src/rtio_mgt.rs +++ b/src/runtime/src/rtio_mgt.rs @@ -6,7 +6,7 @@ use libboard_artiq::{drtio_routing, pl::csr}; use libboard_zynq::timer::GlobalTimer; use libconfig::Config; use libcortex_a9::mutex::Mutex; -use log::error; +use log::warn; static mut RTIO_DEVICE_MAP: BTreeMap = BTreeMap::new();