macro_rules! esp_nofail {
    ($err:expr) => { ... };
}
Expand description

Panic with an error-specific message if err is not ESP_OK.

See EspError::from and EspError::panic.