Portenta add missing includes to resources.h

pull/14663/head
pennam 2021-05-06 14:29:46 +02:00
parent 5edf34289c
commit fc83ee15d8
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
#ifndef INCLUDED_RESOURCES_H_
#define INCLUDED_RESOURCES_H_
#include "wiced_resource.h"
#include "wiced_filesystem.h"
extern wiced_filesystem_t resource_fs_handle;
extern const resource_hnd_t wifi_firmware_image;
extern const unsigned char wifi_firmware_image_data[421098];