Skip to content

Commit fc83ee1

Browse files
committed
Portenta add missing includes to resources.h
1 parent 5edf342 commit fc83ee1

File tree

1 file changed

+3
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/resources/firmware/COMPONENT_4343W_FS

1 file changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/resources/firmware/COMPONENT_4343W_FS/resources.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#ifndef INCLUDED_RESOURCES_H_
1919
#define INCLUDED_RESOURCES_H_
2020
#include "wiced_resource.h"
21+
#include "wiced_filesystem.h"
22+
23+
extern wiced_filesystem_t resource_fs_handle;
2124

2225
extern const resource_hnd_t wifi_firmware_image;
2326
extern const unsigned char wifi_firmware_image_data[421098];

0 commit comments

Comments
 (0)