Skip to content

Commit ec277fe

Browse files
committed
Patch remove const attribute to allow to change path runtime
1 parent 3c8e8a1 commit ec277fe

File tree

2 files changed

+2
-2
lines changed
  • connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/TARGET_STM/TARGET_PORTENTA_H7/COMPONENT_4343W

2 files changed

+2
-2
lines changed

connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/TARGET_STM/TARGET_PORTENTA_H7/COMPONENT_4343W/4343WA1_bin.c

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-
const resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
25492+
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
2549325493

connectivity/drivers/wifi/COMPONENT_WHD/resources/firmware/TARGET_STM/TARGET_PORTENTA_H7/COMPONENT_4343W/resources.h

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 const resource_hnd_t wifi_firmware_image;
22+
extern 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)