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

pull/1017/head
Florent Kermarrec 2018-05-15 23:47:47 +02:00
parent 8128a814f6
commit 7fe49a78d2
1 changed files with 1 additions and 1 deletions

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