rtio_mgt: fix drtio reset on standalone

pull/2193/head
mwojcik 2023-09-22 09:46:40 +08:00
parent eb57b3b393
commit af77885dfc
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ pub mod drtio {
_routing_table: &Urc<RefCell<drtio_routing::RoutingTable>>,
_up_destinations: &Urc<RefCell<[bool; drtio_routing::DEST_COUNT]>>,
_ddma_mutex: &Mutex) {}
pub fn reset(_io: &Io, _aux_mutex: &Mutex, _ddma_mutex: &Mutex) {}
pub fn reset(_io: &Io, _aux_mutex: &Mutex) {}
}
static mut SEEN_ASYNC_ERRORS: u8 = 0;