macro_rules! esp_config_int {
( $ty:ty, $var:expr ) => { ... };
}
Expand description
Parse the value of an environment variable as an integer at compile time.
macro_rules! esp_config_int {
( $ty:ty, $var:expr ) => { ... };
}
Parse the value of an environment variable as an integer at compile time.