Portenta add resource_fs_handle declaration

pull/14663/head
pennam 2021-05-06 14:36:14 +02:00
parent 64c9e1fdb3
commit 5edf34289c
1 changed files with 2 additions and 0 deletions

View File

@ -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"));