mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-23 17:08:12 +08:00
5 lines
111 B
Rust
5 lines
111 B
Rust
|
pub fn init() -> Result<(), &'static str> {
|
||
|
error!("HMC830/7043 support is not implemented");
|
||
|
Ok(())
|
||
|
}
|