forked from M-Labs/artiq
sayma: do not pollute the log with DAC status on success
This commit is contained in:
parent
6b428ef3be
commit
62a52cb086
|
@ -115,8 +115,6 @@ pub mod jdac {
|
|||
basic_request(dacno, jdac_requests::INIT, 0)?;
|
||||
clock::spin_us(5000);
|
||||
|
||||
basic_request(dacno, jdac_requests::PRINT_STATUS, 0)?;
|
||||
|
||||
if !jesd::jsync(dacno) {
|
||||
error!("JESD core reported bad SYNC");
|
||||
return Err("JESD core reported bad SYNC");
|
||||
|
|
Loading…
Reference in New Issue