Skip to content

Commit

Permalink
Patch add #include "wiced_filesystem.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 25, 2021
1 parent 30ab61c commit 2c438da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#include "whd_resource_api.h"
#include "whd_debug.h"
#include "whd.h"
#if defined (USES_RESOURCE_GENERIC_FILESYSTEM) || defined (USES_RESOURCE_FILESYSTEM)
#include "wiced_filesystem.h"
#endif

/******************************************************
* Macros
Expand Down Expand Up @@ -111,6 +114,7 @@ resource_result_t resource_read(const resource_hnd_t *resource, uint32_t offset,
else
{
wiced_file_t file_handle;
wiced_filesystem_t resource_fs_handle;
uint64_t size64;
uint64_t maxsize64 = maxsize;
if (WICED_SUCCESS !=
Expand Down

0 comments on commit 2c438da

Please sign in to comment.