Skip to content

Commit 2852fe4

Browse files
committed
Portenta renamed 4343W to 4343W_FS
1 parent d31e002 commit 2852fe4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25489,5 +25489,5 @@ const unsigned char wifi_firmware_image_data[421098] = {
2548925489
49, 45, 53, 97, 102, 99, 56, 99, 49, 101, 0, 254, 0, 68, 86, 73, 68,
2549025490
32, 48, 49, 45, 101, 100, 48, 100, 55, 97, 53, 54
2549125491
};
25492-
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
25492+
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_EXTERNAL_STORAGE, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
2549325493

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define INCLUDED_RESOURCES_H_
2020
#include "wiced_resource.h"
2121

22-
extern resource_hnd_t wifi_firmware_image;
22+
extern const resource_hnd_t wifi_firmware_image;
2323
extern const unsigned char wifi_firmware_image_data[421098];
2424
extern const resource_hnd_t wifi_firmware_clm_blob;
2525
extern const unsigned char wifi_firmware_clm_blob_image_data[7222];

0 commit comments

Comments
 (0)