diff --git a/artiq/firmware/runtime/session.rs b/artiq/firmware/runtime/session.rs index e1380c125..cbef8d7d8 100644 --- a/artiq/firmware/runtime/session.rs +++ b/artiq/firmware/runtime/session.rs @@ -295,7 +295,7 @@ fn process_host_message(io: &Io, } #[cfg(not(has_rtio_core))] - host_write(stream, host::Reply::ClockSwitchFailed) + host_write(stream, host::Reply::ClockSwitchFailed)? } host::Request::LoadKernel(kernel) =>