update SEEN_ASYNC_ERRORS in destination_survey #195
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Could be a single line
use crate::{SEEN_ASYNC_ERRORS, ASYNC_ERROR_BUSY, ...}