feat(storage/vfs): add /dev/null for unwanted output redirection

This commit is contained in:
Tomáš Rohlínek
2024-04-19 10:03:36 +02:00
parent 0b4fff69c5
commit a615f487dd
6 changed files with 349 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ endif()
list(APPEND sources "vfs.c"
"vfs_eventfd.c"
"vfs_semihost.c"
"nullfs.c"
)
list(APPEND pr esp_timer