Add clarification to rtc_free doxygen

pull/7009/head
Bartek Szatkowski 2017-11-23 16:30:15 +00:00
parent a0f1627316
commit 93a7db5d84
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ void rtc_init(void);
/** Deinitialize RTC
*
* Powerdown the RTC in preparation for sleep, powerdown or reset.
* Powerdown the RTC in preparation for sleep, powerdown or reset. That should only
* affect the CPU domain and not the time keeping logic.
* After this function is called no other RTC functions should be called
* except for ::rtc_init.
*