Skip to content

Commit efc228f

Browse files
author
James Wang
committed
accept Cruz Monrreal's review
1 parent 4c69419 commit efc228f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/mbed_wait_api.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extern "C" {
5555
* @param s number of seconds to wait
5656
*
5757
* @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()
5959
*/
6060
void wait(float s);
6161

@@ -64,7 +64,7 @@ void wait(float s);
6464
* @param ms the whole number of milliseconds to wait
6565
*
6666
* @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()
6868
*/
6969
void wait_ms(int ms);
7070

@@ -73,7 +73,7 @@ void wait_ms(int ms);
7373
* @param us the whole number of microseconds to wait
7474
*
7575
* @note
76-
* This func will lock the deep sleep.
76+
* This func will lock deep sleep.
7777
*/
7878
void wait_us(int us);
7979

0 commit comments

Comments
 (0)