main fw: fix compile error

This commit is contained in:
morgan 2025-01-24 13:11:51 +08:00
parent 5e2b3360b9
commit bb13d0314e

View File

@ -153,7 +153,7 @@ pub fn main_core0() {
task::spawn(ksupport::report_async_rtio_errors());
#[cfg(has_cxp_phys)]
cxp_phys::setup(&mut timer);
cxp_phys::setup();
comms::main(timer, cfg);
}