update SEEN_ASYNC_ERRORS in destination_survey #195
Merged
sb10q
merged 2 commits from kk105/artiq-zynq:Update-SEEN_ASYNC_ERRORS
into master
7 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'kk105/artiq-zynq:Update-SEEN_ASYNC_ERRORS'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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.
#[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, ...}
b638fce069
into master 7 months agob638fce069
.