Function esp_idf_sys::esp_system_abort
source ยท pub unsafe extern "C" fn esp_system_abort(details: *const c_char) -> !
Expand description
@brief Trigger a software abort
@param details Details that will be displayed during panic handling.