satman: remove compilation warning without JESD DACs

pull/1382/head
Sebastien Bourdeauducq 2019-10-21 12:53:54 +08:00
parent d26d80410e
commit 1c5e749036
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ impl Repeater {
}
}
#[allow(dead_code)]
pub fn is_up(&self) -> bool {
self.state == RepeaterState::Up
}