forked from M-Labs/artiq
firmware/runtime/session: fix compilation when no rtio core
This commit is contained in:
parent
8128a814f6
commit
7fe49a78d2
|
@ -295,7 +295,7 @@ fn process_host_message(io: &Io,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(has_rtio_core))]
|
#[cfg(not(has_rtio_core))]
|
||||||
host_write(stream, host::Reply::ClockSwitchFailed)
|
host_write(stream, host::Reply::ClockSwitchFailed)?
|
||||||
}
|
}
|
||||||
|
|
||||||
host::Request::LoadKernel(kernel) =>
|
host::Request::LoadKernel(kernel) =>
|
||||||
|
|
Loading…
Reference in New Issue