satman: fix non-eem satellites failing to build

pull/2165/head
mwojcik 2023-08-22 16:27:37 +08:00 committed by Sébastien Bourdeauducq
parent 68dd0e029f
commit e8818c812c
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ use board_artiq::si5324;
use board_artiq::{spi, drtioaux};
use board_artiq::drtio_routing;
use proto_artiq::drtioaux_proto::ANALYZER_MAX_SIZE;
#[cfg(has_drtio_eem)]
use board_artiq::drtio_eem;
use riscv::register::{mcause, mepc, mtval};
use dma::Manager as DmaManager;