forked from M-Labs/artiq
1
0
Fork 0
This commit is contained in:
Sebastien Bourdeauducq 2018-06-19 14:35:24 +08:00
parent 433273dd95
commit c862471165
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ fn locked() -> Result<bool> {
}
fn monitor_lock() -> Result<()> {
info!("waiting for Si5324 lock...")
info!("waiting for Si5324 lock...");
let t = clock::get_ms();
while !locked()? {
// Yes, lock can be really slow.