sayma: improve DAC sync messaging

This commit is contained in:
Sebastien Bourdeauducq 2020-04-06 22:36:03 +08:00
parent 61d4614b61
commit 4d601c2102
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ pub mod jesd204sync {
info!(" ...done"); info!(" ...done");
// We tested that the value is correct - now use it // We tested that the value is correct - now use it
info!("sychronizing DAC-{}", dacno);
hmc7043_sysref_delay_dac(dacno, delay); hmc7043_sysref_delay_dac(dacno, delay);
ad9154_sync(dacno)?; ad9154_sync(dacno)?;