File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ extern "C" {
55
55
* @param s number of seconds to wait
56
56
*
57
57
* @note
58
- * This func will lock the deep sleep, if you want device entry deep sleep mode, please use Thread::wait()
58
+ * This func will lock deep sleep. If you want device entry deep sleep mode, please use Thread::wait()
59
59
*/
60
60
void wait (float s );
61
61
@@ -64,7 +64,7 @@ void wait(float s);
64
64
* @param ms the whole number of milliseconds to wait
65
65
*
66
66
* @note
67
- * This func will lock the deep sleep, if you want device entry deep sleep mode, please use Thread::wait()
67
+ * This func will lock deep sleep. If you want device entry deep sleep mode, please use Thread::wait()
68
68
*/
69
69
void wait_ms (int ms );
70
70
@@ -73,7 +73,7 @@ void wait_ms(int ms);
73
73
* @param us the whole number of microseconds to wait
74
74
*
75
75
* @note
76
- * This func will lock the deep sleep.
76
+ * This func will lock deep sleep.
77
77
*/
78
78
void wait_us (int us );
79
79
You can’t perform that action at this time.
0 commit comments