mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
vfs: add readme file
This commit is contained in:
@@ -92,6 +92,7 @@ void esp_vfs_dev_uart_register()
|
||||
.fstat = &uart_fstat,
|
||||
.close = &uart_close,
|
||||
.read = NULL, // TODO: implement reading from UART
|
||||
.lseek = NULL,
|
||||
.stat = NULL,
|
||||
.link = NULL,
|
||||
.unlink = NULL,
|
||||
|
Reference in New Issue
Block a user