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

jesd204sync: improve messaging

This commit is contained in:
Sebastien Bourdeauducq 2019-01-28 18:37:46 +08:00
parent 145f08f3fe
commit b9e3fab49c

View File

@ -327,7 +327,7 @@ fn sysref_cal_dac(dacno: u8) -> Result<u8, &'static str> {
}
}
info!(" ...done, value={}", delay);
info!(" ...done, delay={}", delay);
Ok(delay)
}