forked from M-Labs/artiq
satman: remove compilation warning without JESD DACs
This commit is contained in:
parent
d26d80410e
commit
1c5e749036
|
@ -43,6 +43,7 @@ impl Repeater {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
pub fn is_up(&self) -> bool {
|
pub fn is_up(&self) -> bool {
|
||||||
self.state == RepeaterState::Up
|
self.state == RepeaterState::Up
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue