feat(vfs): Add linux target support for esp_vfs_eventfd

This commit is contained in:
Guillaume Souchere
2025-02-05 11:30:32 +01:00
parent 203b3b5a4e
commit 8a89dc0b9c
4 changed files with 30 additions and 3 deletions
+4
View File
@@ -10,7 +10,11 @@
#include "console_private.h"
#include "esp_log.h"
#include "linenoise/linenoise.h"
#include "esp_vfs_eventfd.h"
#if CONFIG_IDF_TARGET_LINUX
#include <unistd.h>
#endif
static const char *TAG = "console.common";