mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-23 09:06:42 +08:00
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() {
|
||||
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
Block a user