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
1 changed files with 1 additions and 1 deletions

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");
}
}