2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-23 17:08:12 +08:00
artiq/artiq/firmware/libboard/hmc830_7043.rs

5 lines
111 B
Rust
Raw Normal View History

pub fn init() -> Result<(), &'static str> {
error!("HMC830/7043 support is not implemented");
Ok(())
}