mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
docs(vfs): update esp_vfs_register_fd api description
Closes https://github.com/espressif/esp-idf/issues/11586
This commit is contained in:
parent
fb12a68017
commit
06ba157133
@ -331,7 +331,8 @@ esp_err_t esp_vfs_unregister_with_id(esp_vfs_id_t vfs_id);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Special function for registering another file descriptor for a VFS registered
|
* Special function for registering another file descriptor for a VFS registered
|
||||||
* by esp_vfs_register_with_id.
|
* by esp_vfs_register_with_id. This function should only be used to register
|
||||||
|
* permanent file descriptors (socket fd) that are not removed after being closed.
|
||||||
*
|
*
|
||||||
* @param vfs_id VFS identificator returned by esp_vfs_register_with_id.
|
* @param vfs_id VFS identificator returned by esp_vfs_register_with_id.
|
||||||
* @param fd The registered file descriptor will be written to this address.
|
* @param fd The registered file descriptor will be written to this address.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user