forked from M-Labs/artiq-zynq
cargo fmt
This commit is contained in:
parent
1d431456f4
commit
7f83d56ef5
|
@ -788,7 +788,11 @@ pub fn main(timer: GlobalTimer, cfg: Config) {
|
||||||
mgmt::start(
|
mgmt::start(
|
||||||
cfg.clone(),
|
cfg.clone(),
|
||||||
restart_idle.clone(),
|
restart_idle.clone(),
|
||||||
Some(mgmt::DrtioContext(aux_mutex.clone(), drtio_routing_table.clone(), timer)),
|
Some(mgmt::DrtioContext(
|
||||||
|
aux_mutex.clone(),
|
||||||
|
drtio_routing_table.clone(),
|
||||||
|
timer,
|
||||||
|
)),
|
||||||
);
|
);
|
||||||
|
|
||||||
task::spawn(async move {
|
task::spawn(async move {
|
||||||
|
|
Loading…
Reference in New Issue