forked from M-Labs/artiq
typo
This commit is contained in:
parent
433273dd95
commit
c862471165
|
@ -177,7 +177,7 @@ fn locked() -> Result<bool> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn monitor_lock() -> Result<()> {
|
fn monitor_lock() -> Result<()> {
|
||||||
info!("waiting for Si5324 lock...")
|
info!("waiting for Si5324 lock...");
|
||||||
let t = clock::get_ms();
|
let t = clock::get_ms();
|
||||||
while !locked()? {
|
while !locked()? {
|
||||||
// Yes, lock can be really slow.
|
// Yes, lock can be really slow.
|
||||||
|
|
Loading…
Reference in New Issue