Skip to content

Commit

Permalink
esp_wifi: fix espnow unexpectly enter modem sleep on esp32c2
Browse files Browse the repository at this point in the history
  • Loading branch information
Espressif-liuuuu committed Mar 17, 2023
1 parent 16f6ea4 commit a36caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ pm_on_tbtt = 0x40001ba8;
/* pm_process_tim = 0x40001bb0; */
/*pm_rx_beacon_process = 0x40001bb4;*/
/* pm_rx_data_process = 0x40001bb8; */
pm_sleep = 0x40001bbc;
/*pm_sleep = 0x40001bbc;*/
pm_sleep_for = 0x40001bc0;
/* pm_tbtt_process = 0x40001bc4; */
ppAMPDU2Normal = 0x40001bc8;
Expand Down

0 comments on commit a36caf4

Please sign in to comment.