Skip to content

Commit e5feba6

Browse files
author
Zhou Xiao
committed
change(ble): update esp32c2 rom ld file
1 parent c263c75 commit e5feba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ble-eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
489489
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
490490
r_ble_ll_scan_dup_new = 0x400011f4;
491491
r_ble_ll_scan_dup_update_ext = 0x400011f8;
492-
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
492+
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
493493
r_ble_ll_scan_enabled = 0x40001200;
494494
r_ble_ll_scan_end_adv_evt = 0x40001204;
495495
//r_ble_ll_scan_env_init = 0x40001208;

components/esp_rom/esp32c2/ld/esp32c2.rom.ble.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ r_ble_ll_scan_dup_check_legacy = 0x400011ec;
394394
r_ble_ll_scan_dup_move_to_head = 0x400011f0;
395395
r_ble_ll_scan_dup_new = 0x400011f4;
396396
r_ble_ll_scan_dup_update_ext = 0x400011f8;
397-
r_ble_ll_scan_dup_update_legacy = 0x400011fc;
397+
//r_ble_ll_scan_dup_update_legacy = 0x400011fc;
398398
r_ble_ll_scan_enabled = 0x40001200;
399399
r_ble_ll_scan_end_adv_evt = 0x40001204;
400400
r_ble_ll_scan_ext_initiator_start = 0x4000120c;

0 commit comments

Comments
 (0)