File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
#endif
23
23
24
24
#if (defined gPlatformMonolithicApp_d && (gPlatformMonolithicApp_d != 0 ))
25
- #define WIFI_LD_TARGET LOAD_WIFI_FW_MONOLITHIC
25
+ #define WIFI_LD_TARGET LOAD_WIFI_FIRMWARE
26
26
#ifndef WIFI_FW_ADDRESS
27
27
extern const uint32_t fw_cpu1 [];
28
28
#define WIFI_FW_ADDRESS ((uint32_t)&fw_cpu1[0])
29
29
#endif
30
- #define BLE_LD_TARGET LOAD_BLE_FW_MONOLITHIC
30
+ #define BLE_LD_TARGET LOAD_BLE_FIRMWARE
31
31
#ifndef BLE_FW_ADDRESS
32
32
extern const uint32_t fw_cpu2_ble [];
33
33
#define BLE_FW_ADDRESS ((uint32_t)&fw_cpu2_ble[0])
34
34
#endif
35
- #define COMBO_LD_TARGET LOAD_15D4_FW_MONOLITHIC
35
+ #define COMBO_LD_TARGET LOAD_15D4_FIRMWARE
36
36
#ifndef COMBO_FW_ADDRESS
37
37
extern const uint32_t fw_cpu2_combo [];
38
38
#define COMBO_FW_ADDRESS ((uint32_t)&fw_cpu2_combo[0])
You can’t perform that action at this time.
0 commit comments