esp32/lib/rgb-led/build.rs
Thomas Klaehn 18e9f86c36 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-08 08:48:24 +01:00

4 lines
53 B
Rust

fn main() {
embuild::espidf::sysenv::output();
}