Skip to content

Commit 93a7db5

Browse files
committed
Add clarification to rtc_free doxygen
1 parent a0f1627 commit 93a7db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hal/rtc_api.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ void rtc_init(void);
9696

9797
/** Deinitialize RTC
9898
*
99-
* Powerdown the RTC in preparation for sleep, powerdown or reset.
99+
* Powerdown the RTC in preparation for sleep, powerdown or reset. That should only
100+
* affect the CPU domain and not the time keeping logic.
100101
* After this function is called no other RTC functions should be called
101102
* except for ::rtc_init.
102103
*

0 commit comments

Comments
 (0)