forked from M-Labs/artiq-zynq
main fw: fix compile error
This commit is contained in:
parent
5e2b3360b9
commit
bb13d0314e
@ -153,7 +153,7 @@ pub fn main_core0() {
|
|||||||
task::spawn(ksupport::report_async_rtio_errors());
|
task::spawn(ksupport::report_async_rtio_errors());
|
||||||
|
|
||||||
#[cfg(has_cxp_phys)]
|
#[cfg(has_cxp_phys)]
|
||||||
cxp_phys::setup(&mut timer);
|
cxp_phys::setup();
|
||||||
|
|
||||||
comms::main(timer, cfg);
|
comms::main(timer, cfg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user