Skip to content

Commit 6d996a0

Browse files
MaxwellAlanlaukik-hase
authored andcommitted
fix(wifi): fix wifi rom code using ets_delay_us for C5 and C61
1 parent f2b0f25 commit 6d996a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/esp_rom/esp32c5/ld/esp32c5.rom.pp.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ hal_tsf_clear_soc_wakeup_request = 0x40000c60;
5252
hal_get_tsf_time = 0x40000c64;
5353
hal_get_sta_tsf = 0x40000c68;
5454
ic_get_trc = 0x40000c74;
55-
ic_mac_deinit = 0x40000c78;
55+
/* ic_mac_deinit = 0x40000c78; */
5656
/* ic_mac_init = 0x40000c7c; */
5757
ic_interface_enabled = 0x40000c80;
5858
is_lmac_idle = 0x40000c84;
@@ -75,7 +75,7 @@ lmacRxDone = 0x40000cc4;
7575
lmacSetTxFrame = 0x40000cc8;
7676
lmacTxDone = 0x40000ccc;
7777
/*lmacTxFrame = 0x40000cd0;*/
78-
lmacDisableTransmit = 0x40000cd4;
78+
/* lmacDisableTransmit = 0x40000cd4; */
7979
lmacDiscardFrameExchangeSequence = 0x40000cd8;
8080
lmacProcessCollision = 0x40000cdc;
8181
lmacProcessAckTimeout = 0x40000ce0;

components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ hal_get_tsf_time = 0x40000bd0;
5050
hal_get_sta_tsf = 0x40000bd4;
5151
tsf_hal_get_tbtt_interval = 0x40000bd8;
5252
ic_get_trc = 0x40000be4;
53-
ic_mac_deinit = 0x40000be8;
53+
/* ic_mac_deinit = 0x40000be8; */
5454
/* ic_mac_init = 0x40000bec; */
5555
ic_interface_enabled = 0x40000bf0;
5656
is_lmac_idle = 0x40000bf4;
@@ -73,7 +73,7 @@ lmacRxDone = 0x40000c34;
7373
lmacSetTxFrame = 0x40000c38;
7474
lmacTxDone = 0x40000c3c;
7575
/*lmacTxFrame = 0x40000c40;*/
76-
lmacDisableTransmit = 0x40000c44;
76+
/* lmacDisableTransmit = 0x40000c44; */
7777
lmacDiscardFrameExchangeSequence = 0x40000c48;
7878
lmacProcessCollision = 0x40000c4c;
7979
lmacProcessAckTimeout = 0x40000c50;

0 commit comments

Comments
 (0)