esp-hal/xtensa-lx/build.rs
Dániel Buga 457ed44802
Slight cleanup throughout (#2575)
* Slight cleanup throughout

* Explain empty build script
2024-11-21 09:06:49 +00:00

4 lines
104 B
Rust

// We can't remove build.rs because our Cargo.toml contains the `links` key.
// directive.
fn main() {}