Skip to content

Commit 2c438da

Browse files
committed
Patch add #include "wiced_filesystem.h"
1 parent 30ab61c commit 2c438da

File tree

1 file changed

+4
-0
lines changed
  • connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp

1 file changed

+4
-0
lines changed

connectivity/drivers/wifi/COMPONENT_WHD/resources/resource_imp/whd_resources.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
#include "whd_resource_api.h"
2424
#include "whd_debug.h"
2525
#include "whd.h"
26+
#if defined (USES_RESOURCE_GENERIC_FILESYSTEM) || defined (USES_RESOURCE_FILESYSTEM)
27+
#include "wiced_filesystem.h"
28+
#endif
2629

2730
/******************************************************
2831
* Macros
@@ -111,6 +114,7 @@ resource_result_t resource_read(const resource_hnd_t *resource, uint32_t offset,
111114
else
112115
{
113116
wiced_file_t file_handle;
117+
wiced_filesystem_t resource_fs_handle;
114118
uint64_t size64;
115119
uint64_t maxsize64 = maxsize;
116120
if (WICED_SUCCESS !=

0 commit comments

Comments
 (0)