Macro esp_config_int

Source
macro_rules! esp_config_int {
    ( $ty:ty, $var:expr ) => { ... };
}
Expand description

Parse the value of an environment variable as an integer at compile time.