Function esp_idf_sys::esp_vfs_semihost_unregister
source ยท pub unsafe extern "C" fn esp_vfs_semihost_unregister(
base_path: *const c_char,
) -> esp_err_t
Expand description
@brief Un-register semihosting driver from VFS
@return - ESP_OK on success - ESP_ERR_INVALID_ARG if semihosting driver is not registered in VFS at that path