Combine the line

pull/195/head
kk105 2022-06-20 17:22:24 +08:00
parent 7cc1a05fc0
commit 690cf800de
1 changed files with 1 additions and 4 deletions

View File

@ -8,10 +8,7 @@ use libcortex_a9::mutex::Mutex;
#[cfg(has_drtio)] #[cfg(has_drtio)]
pub mod drtio { pub mod drtio {
use super::*; use super::*;
use crate::SEEN_ASYNC_ERRORS; use crate::{SEEN_ASYNC_ERRORS, ASYNC_ERROR_BUSY, ASYNC_ERROR_SEQUENCE_ERROR, ASYNC_ERROR_COLLISION};
use crate::ASYNC_ERROR_BUSY;
use crate::ASYNC_ERROR_SEQUENCE_ERROR;
use crate::ASYNC_ERROR_COLLISION;
use libboard_artiq::drtioaux_async; use libboard_artiq::drtioaux_async;
use libboard_artiq::drtioaux_async::Packet; use libboard_artiq::drtioaux_async::Packet;
use libboard_artiq::drtioaux::Error; use libboard_artiq::drtioaux::Error;