mirror of https://github.com/m-labs/artiq.git
firmware: fix compilation warning without moninj/analyzer
This commit is contained in:
parent
86f6b391b7
commit
3dd9d54b22
|
@ -70,7 +70,9 @@ mod cache;
|
|||
mod proto;
|
||||
mod kernel_proto;
|
||||
mod session_proto;
|
||||
#[cfg(has_rtio_moninj)]
|
||||
mod moninj_proto;
|
||||
#[cfg(has_rtio_analyzer)]
|
||||
mod analyzer_proto;
|
||||
mod rpc_proto;
|
||||
|
||||
|
|
Loading…
Reference in New Issue