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

firmware: give si5324 more time to lock

This commit is contained in:
Sebastien Bourdeauducq 2017-02-04 19:19:25 +08:00
parent 935799dfb7
commit 3eef0bcc1a

View File

@ -169,7 +169,7 @@ pub fn setup_hitless_clock_switching(settings: &FrequencySettings) -> Result<()>
let t = clock::get_ms();
while !locked()? {
if clock::get_ms() > t + 1000 {
if clock::get_ms() > t + 3000 {
return Err("Si5324 lock timeout");
}
}