Update Zephyr fs.h path.

This commit is contained in:
Kareem
2022-05-23 13:45:30 -07:00
parent 465a6ceb64
commit b329a16832

View File

@@ -417,7 +417,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void);
#define XFGETS(b,s,f) -2 /* Not ported yet */
#elif defined(WOLFSSL_ZEPHYR)
#include <fs.h>
#include <fs/fs.h>
#define XFILE struct fs_file_t*
#define STAT struct fs_dirent