mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 13:44:41 +02:00
Update Zephyr fs.h path.
This commit is contained in:
@@ -417,7 +417,7 @@ WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
#define XFGETS(b,s,f) -2 /* Not ported yet */
|
#define XFGETS(b,s,f) -2 /* Not ported yet */
|
||||||
|
|
||||||
#elif defined(WOLFSSL_ZEPHYR)
|
#elif defined(WOLFSSL_ZEPHYR)
|
||||||
#include <fs.h>
|
#include <fs/fs.h>
|
||||||
|
|
||||||
#define XFILE struct fs_file_t*
|
#define XFILE struct fs_file_t*
|
||||||
#define STAT struct fs_dirent
|
#define STAT struct fs_dirent
|
||||||
|
Reference in New Issue
Block a user