forked from M-Labs/artiq
sayma: improve DAC sync messaging (again)
This commit is contained in:
parent
4d601c2102
commit
3c823a483a
|
@ -569,8 +569,8 @@ pub mod jesd204sync {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn resync_dacs() -> Result<(), &'static str> {
|
pub fn resync_dacs() -> Result<(), &'static str> {
|
||||||
info!("resychronizing DACs");
|
|
||||||
for dacno in 0..csr::JDCG.len() {
|
for dacno in 0..csr::JDCG.len() {
|
||||||
|
info!("resychronizing DAC-{}", dacno);
|
||||||
ad9154_sync(dacno as u8)?;
|
ad9154_sync(dacno as u8)?;
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in New Issue