update SEEN_ASYNC_ERRORS in destination_survey #195

Merged
sb10q merged 2 commits from kk105/artiq-zynq:Update-SEEN_ASYNC_ERRORS into master 2022-06-20 17:41:08 +08:00

Destination_survey should update SEEN_ASYNC_ERRORS #1895
Update the SEEN_ASYNC_ERRORS and add unsafe to it. Also use the const definitions for the error numbers.

Destination_survey should update SEEN_ASYNC_ERRORS #1895 Update the SEEN_ASYNC_ERRORS and add unsafe to it. Also use the const definitions for the error numbers.
kk105 added 1 commit 2022-06-20 12:55:59 +08:00
sb10q reviewed 2022-06-20 16:56:25 +08:00
@ -8,6 +8,10 @@ use libcortex_a9::mutex::Mutex;
#[cfg(has_drtio)]
pub mod drtio {
use super::*;
use crate::SEEN_ASYNC_ERRORS;

Could be a single line use crate::{SEEN_ASYNC_ERRORS, ASYNC_ERROR_BUSY, ...}

Could be a single line ``use crate::{SEEN_ASYNC_ERRORS, ASYNC_ERROR_BUSY, ...}``
kk105 added 1 commit 2022-06-20 17:29:59 +08:00
sb10q merged commit b638fce069 into master 2022-06-20 17:41:08 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#195
There is no content yet.