Macro esp_idf_sys::esp_nofail
source ยท 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
.
macro_rules! esp_nofail { ($err:expr) => { ... }; }
Panic with an error-specific message if err
is not ESP_OK
.
See EspError::from
and EspError::panic
.