Skip to content

Commit

Permalink
Patch remove const attribute to allow to change path runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 25, 2021
1 parent 3c8e8a1 commit ec277fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25489,5 +25489,5 @@ const unsigned char wifi_firmware_image_data[421098] = {
49, 45, 53, 97, 102, 99, 56, 99, 49, 101, 0, 254, 0, 68, 86, 73, 68,
32, 48, 49, 45, 101, 100, 48, 100, 55, 97, 53, 54
};
const resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};
resource_hnd_t wifi_firmware_image = { RESOURCE_IN_FILESYSTEM, 421098, {.fs = { 0, "/wlan/4343WA1.BIN" }}};

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define INCLUDED_RESOURCES_H_
#include "wiced_resource.h"

extern const resource_hnd_t wifi_firmware_image;
extern resource_hnd_t wifi_firmware_image;
extern const unsigned char wifi_firmware_image_data[421098];
extern const resource_hnd_t wifi_firmware_clm_blob;
extern const unsigned char wifi_firmware_clm_blob_image_data[7222];
Expand Down

0 comments on commit ec277fe

Please sign in to comment.