forked from M-Labs/artiq-zynq
cargo fmt
This commit is contained in:
parent
fad1db9796
commit
78d6b7ddcf
|
@ -712,7 +712,8 @@ async fn load_and_run_idle_kernel(
|
||||||
}
|
}
|
||||||
info!("Running idle kernel");
|
info!("Running idle kernel");
|
||||||
let _ = handle_run_kernel(None, control, up_destinations, aux_mutex, routing_table, timer)
|
let _ = handle_run_kernel(None, control, up_destinations, aux_mutex, routing_table, timer)
|
||||||
.await.map_err(|_| warn!("error running idle kernel"));
|
.await
|
||||||
|
.map_err(|_| warn!("error running idle kernel"));
|
||||||
info!("Idle kernel terminated");
|
info!("Idle kernel terminated");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue