1
0
Fork 0

sync forked repo #2

Merged
abdul124 merged 4 commits from M-Labs/artiq-zynq:master into master 2024-08-06 21:17:58 +08:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit fad1db9796 - Show all commits

View File

@ -707,11 +707,6 @@ async fn load_and_run_idle_kernel(
info!("Loading idle kernel");
let res = handle_flash_kernel(buffer, control, up_destinations, aux_mutex, routing_table, timer).await;
match res {
#[cfg(has_drtio)]
Err(Error::DestinationDown) => {
let mut countdown = timer.countdown();
delay(&mut countdown, Milliseconds(500)).await;
}
Err(_) => warn!("error loading idle kernel"),
_ => (),
}