mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-29 20:00:20 +08:00
runtime: fix compilation without DRTIO
This commit is contained in:
parent
432e61bbb4
commit
a274af77d5
@ -196,7 +196,7 @@ pub mod drtio {
|
||||
}
|
||||
|
||||
#[cfg(not(has_drtio))]
|
||||
mod drtio {
|
||||
pub mod drtio {
|
||||
use super::*;
|
||||
|
||||
pub fn startup(_io: &Io) {}
|
||||
|
Loading…
Reference in New Issue
Block a user