runtime: fix previous commit

pull/1333/head
Sebastien Bourdeauducq 2019-06-14 15:53:01 +08:00
parent a947867887
commit 53c778ae2d
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ pub fn init() {
{
match get_rtio_clock_cfg() {
RtioClock::Internal => setup_si5324_as_synthesizer(),
RtioClock::External => si5324::bypass(si5324::Input::Ckin2)
RtioClock::External => si5324::bypass(si5324::Input::Ckin2).expect("cannot bypass Si5324")
}
}