Skip to content

Commit ee25c75

Browse files
committed
fix(wifi): comment out some functions for esp32c5
1 parent c5a1710 commit ee25c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ pm_beacon_monitor_tbtt_timeout_process = 0x40000e00;
154154
pm_update_next_tbtt = 0x40000e04;
155155
pm_twt_disallow_tx = 0x40000e08;
156156
pm_clear_wakeup_signal = 0x40000e0c;
157-
/*pm_mac_disable_tsf_tbtt_soc_wakeup = 0x40000e10;
158-
pm_mac_disable_tsf_tbtt_modem_wakeup = 0x40000e14;
157+
//pm_mac_disable_tsf_tbtt_soc_wakeup = 0x40000e10;
158+
//pm_mac_disable_tsf_tbtt_modem_wakeup = 0x40000e14;
159159
//pm_mac_enable_tsf_tbtt_soc_wakeup = 0x40000e18;
160160
//pm_mac_enable_tsf_tbtt_modem_wakeup = 0x40000e1c;
161-
//pm_mac_modem_params_rt_update = 0x40000e20;*/
161+
//pm_mac_modem_params_rt_update = 0x40000e20;
162162
pm_update_at_next_beacon = 0x40000e24;
163163
tbtt_adaptive_setup = 0x40000e28;
164164
tbtt_adaptive_servo = 0x40000e2c;

0 commit comments

Comments
 (0)