forked from M-Labs/artiq
runtime: fix previous commit
This commit is contained in:
parent
a947867887
commit
53c778ae2d
|
@ -140,7 +140,7 @@ pub fn init() {
|
||||||
{
|
{
|
||||||
match get_rtio_clock_cfg() {
|
match get_rtio_clock_cfg() {
|
||||||
RtioClock::Internal => setup_si5324_as_synthesizer(),
|
RtioClock::Internal => setup_si5324_as_synthesizer(),
|
||||||
RtioClock::External => si5324::bypass(si5324::Input::Ckin2)
|
RtioClock::External => si5324::bypass(si5324::Input::Ckin2).expect("cannot bypass Si5324")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue