feat(wifi): refactor wifi power management

This commit is contained in:
Zhang Jun Hao
2019-11-04 15:53:43 +08:00
parent da3362ecab
commit 98df026b68
4 changed files with 54 additions and 10 deletions

View File

@ -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;