forked from M-Labs/artiq
firmware: raise hmc542 log level to INFO.
This commit is contained in:
parent
a148729bf8
commit
fd2b8d5f8f
|
@ -43,7 +43,7 @@ pub fn program(card_index: usize, chan_index: usize, atten: u8) {
|
||||||
}
|
}
|
||||||
set_pins(PIN_LE);
|
set_pins(PIN_LE);
|
||||||
|
|
||||||
debug!("card {} channel {} set to {}{} dB",
|
info!("card {} channel {} set to {}{} dB",
|
||||||
card_index, chan_index,
|
card_index, chan_index,
|
||||||
atten / 2, if atten % 2 != 0 { ".5" } else { "" });
|
atten / 2, if atten % 2 != 0 { ".5" } else { "" });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue