Skip to content

Commit 5edf342

Browse files
committed
Portenta add resource_fs_handle declaration
1 parent 64c9e1f commit 5edf342

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port

1 file changed

+2
-0
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ QSPIFBlockDevice *qspi_bd = NULL;
4040
MBRBlockDevice *mbr_bd = NULL;
4141
FATFileSystem *wifi_fs = NULL;
4242

43+
wiced_filesystem_t resource_fs_handle;
44+
4345
MBED_WEAK void wiced_filesystem_mount_error(void)
4446
{
4547
WPRINT_WHD_ERROR(("Failed to mount the filesystem containing the WiFi firmware.\n\r"));

0 commit comments

Comments
 (0)