phy init: modify some comments

This commit is contained in:
XiaXiaotian
2017-02-20 10:23:56 +08:00
parent 4bd5b0c91a
commit 770c2ade05
3 changed files with 8 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ void rtc_slp_prep_lite(uint32_t deep_slp, uint32_t cpu_lp_mode);
uint32_t rtc_sleep(uint32_t cycles_h, uint32_t cycles_l, uint32_t wakeup_opt, uint32_t reject_opt);
/**
* @brief Shutdown PHY and RF. This is a temporary function.
* @brief Shutdown PHY and RF. TODO: convert this function to another one.
*/
void pm_close_rf(void);