forked from M-Labs/artiq
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