vfs: add readme file

This commit is contained in:
Ivan Grokhotkov
2016-10-26 16:47:26 +08:00
parent 7e201c5527
commit da56e76255
2 changed files with 124 additions and 2 deletions

View File

@@ -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,