forked from M-Labs/artiq-zynq
6 lines
63 B
Rust
6 lines
63 B
Rust
extern crate build_zynq;
|
|
|
|
fn main() {
|
|
build_zynq::cfg();
|
|
}
|