From 1c5e7490361c6506f078c81ae77d225fc4fb0c72 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 21 Oct 2019 12:53:54 +0800 Subject: [PATCH] satman: remove compilation warning without JESD DACs --- artiq/firmware/satman/repeater.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/artiq/firmware/satman/repeater.rs b/artiq/firmware/satman/repeater.rs index 69a813d34..9969d5099 100644 --- a/artiq/firmware/satman/repeater.rs +++ b/artiq/firmware/satman/repeater.rs @@ -43,6 +43,7 @@ impl Repeater { } } + #[allow(dead_code)] pub fn is_up(&self) -> bool { self.state == RepeaterState::Up }