Files
esp32-c6-lcd-touch/build.rs
T
Thomas Klaehn 2301274850 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2026-03-12 13:49:07 +01:00

4 lines
64 B
Rust

fn main() {
println!("cargo:rustc-link-arg=-Tlinkall.x");
}