We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1b019 commit 247c6c3Copy full SHA for 247c6c3
tests/host/common/littlefs_mock.cpp
@@ -31,6 +31,7 @@
31
#include <sys/stat.h>
32
#include <fcntl.h>
33
#include <unistd.h>
34
+#include <cerrno>
35
#include "flash_hal_mock.h"
36
37
#define LITTLEFS_FILE_NAME "littlefs.bin"
tests/host/common/spiffs_mock.cpp
@@ -26,6 +26,7 @@
26
27
28
29
30
0 commit comments