fix imports

pull/229/head
Sebastien Bourdeauducq 2023-04-04 11:23:11 +08:00
parent 93423dd145
commit 64cadd90f5
1 changed files with 1 additions and 1 deletions

View File

@ -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<u32, String> = BTreeMap::new();