From 58321a9263a5f42cf2f81da8f2f692f737027180 Mon Sep 17 00:00:00 2001 From: Jun Kim Date: Tue, 29 Nov 2016 22:41:15 +0900 Subject: [PATCH] Fix typo at rtctime.md rtctime.dsleep -> rtctime.dsleep_aligned --- docs/en/modules/rtctime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/rtctime.md b/docs/en/modules/rtctime.md index 4fc01d7a..860e1138 100644 --- a/docs/en/modules/rtctime.md +++ b/docs/en/modules/rtctime.md @@ -55,7 +55,7 @@ rtctime.dsleep(5000000, 4) For applications where it is necessary to take samples with high regularity, this function is useful. It provides an easy way to implement a "wake up on the next 5-minute boundary" scheme, without having to explicitly take into account how long the module has been active for etc before going back to sleep. #### Syntax -`rtctime.dsleep(aligned_us, minsleep_us [, option])` +`rtctime.dsleep_aligned(aligned_us, minsleep_us [, option])` #### Parameters - `aligned_us` boundary interval in microseconds