Skip to main content

nros/
config.rs

1//! Build-time runtime configuration — phase-391 W5.
2//!
3//! Generated by `build.rs` from the `NROS_RUNTIME_*` knobs (or their
4//! `CONFIG_*` Kconfig spellings). Kept in a module of its own, mirroring
5//! `nros_node::config`, so the generated file has one include site.
6include!(concat!(env!("OUT_DIR"), "/nros_runtime_config.rs"));