2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

firmware/runtime/session: fix compilation when no rtio core

This commit is contained in:
Florent Kermarrec 2018-05-15 23:47:47 +02:00
parent 8128a814f6
commit 7fe49a78d2

View File

@ -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) =>