mirror of https://github.com/m-labs/artiq.git
satman: gate gt_drtio against having drtio-eem
This commit is contained in:
parent
65843696cd
commit
e06534913c
|
@ -752,7 +752,7 @@ pub extern fn main() -> i32 {
|
||||||
io_expander.service().unwrap();
|
io_expander.service().unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(soc_platform = "efc"))]
|
#[cfg(not(has_drtio_eem))]
|
||||||
unsafe {
|
unsafe {
|
||||||
csr::gt_drtio::txenable_write(0xffffffffu32 as _);
|
csr::gt_drtio::txenable_write(0xffffffffu32 as _);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue