Function esp_idf_hal::sys::esp_vfs_semihost_unregister

source ยท
pub unsafe extern "C" fn esp_vfs_semihost_unregister(
    base_path: *const i8,
) -> i32
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