sayma: improve DAC sync messaging (again)

pull/1445/head
Sebastien Bourdeauducq 2020-04-06 22:36:43 +08:00
parent 4d601c2102
commit 3c823a483a
1 changed files with 1 additions and 1 deletions

View File

@ -569,8 +569,8 @@ pub mod jesd204sync {
}
pub fn resync_dacs() -> Result<(), &'static str> {
info!("resychronizing DACs");
for dacno in 0..csr::JDCG.len() {
info!("resychronizing DAC-{}", dacno);
ad9154_sync(dacno as u8)?;
}
Ok(())