pub unsafe extern "C" fn esp_core_dump_image_erase() -> esp_err_t
Expand description

@brief Erases coredump data in flash. esp_core_dump_image_get() will then return ESP_ERR_NOT_FOUND. Can be used after a coredump has been transmitted successfully. This function is always available, even when core dump is disabled in menuconfig.

@return ESP_OK on success, otherwise \see esp_err_t