Skip to content

Commit c15690a

Browse files
committed
fix(wifi): fix cannot send omc
1 parent d268d9f commit c15690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ tsf_hal_unmap_tbtt_target_to_rx_frame = 0x40001024;
299299
//ppHEAMPDU2Normal = 0x40001030;
300300
//ppCalTxHEAMPDULength = 0x40001034;
301301
//ppCalTxHESMPDULength = 0x40001038;
302-
rcGetRate = 0x4000103c;
302+
//rcGetRate = 0x4000103c;
303303
rcGetDCMMaxRate = 0x40001040;
304304
//rcGetSMPDURate = 0x40001044;
305305
ppDirectRecycleAmpdu = 0x40001048;

0 commit comments

Comments
 (0)