From 5edf34289cbbd69ce60ff839ee8e25a73d57a8dc Mon Sep 17 00:00:00 2001 From: pennam Date: Thu, 6 May 2021 14:36:14 +0200 Subject: [PATCH] Portenta add resource_fs_handle declaration --- .../TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp b/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp index bb2df01ba3..340b13437e 100644 --- a/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp +++ b/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/TARGET_PORTENTA_H7/COMPONENT_WHD/port/wiced_filesystem.cpp @@ -40,6 +40,8 @@ QSPIFBlockDevice *qspi_bd = NULL; MBRBlockDevice *mbr_bd = NULL; FATFileSystem *wifi_fs = NULL; +wiced_filesystem_t resource_fs_handle; + MBED_WEAK void wiced_filesystem_mount_error(void) { WPRINT_WHD_ERROR(("Failed to mount the filesystem containing the WiFi firmware.\n\r"));