mirror of https://github.com/m-labs/artiq.git
firmware: fix misleading si5324 comment
This commit is contained in:
parent
9c93c760fc
commit
6bea253f82
|
@ -120,7 +120,7 @@ fn ident() -> Result<u16> {
|
|||
}
|
||||
|
||||
fn locked() -> Result<bool> {
|
||||
Ok((read(130)? & 0x01) == 0) // LOL_INT=1
|
||||
Ok((read(130)? & 0x01) == 0) // LOL_INT=0
|
||||
}
|
||||
|
||||
pub fn setup_hitless_clock_switching(settings: &FrequencySettings) -> Result<()> {
|
||||
|
|
Loading…
Reference in New Issue