mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(wifi): refactor wifi power management
This commit is contained in:
@ -146,7 +146,7 @@ static inline uint32_t sleep_rtc_ticks(pm_soc_clk_t *clk)
|
||||
|
||||
static inline void update_soc_clk(pm_soc_clk_t *clk)
|
||||
{
|
||||
extern uint32_t WdevTimOffSet;
|
||||
extern uint64_t WdevTimOffSet;
|
||||
|
||||
uint32_t slept_us;
|
||||
|
||||
|
Reference in New Issue
Block a user