Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_esp32c2_espnow_enter_modem_sleep_unexpectly'…
Browse files Browse the repository at this point in the history
… into 'master'

esp_wifi: fix espnow unexpectly enter modem sleep on esp32c2

See merge request espressif/esp-idf!22809
  • Loading branch information
jack0c committed Mar 20, 2023
2 parents fdea528 + a36caf4 commit deb966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
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 deb966c

Please sign in to comment.