accept Cruz Monrreal's review

pull/6645/head
James Wang 2018-04-17 15:23:15 +08:00
parent 4c69419e2e
commit efc228ff06
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ extern "C" {
* @param s number of seconds to wait
*
* @note
* This func will lock the deep sleep, if you want device entry deep sleep mode, please use Thread::wait()
* This func will lock deep sleep. If you want device entry deep sleep mode, please use Thread::wait()
*/
void wait(float s);
@ -64,7 +64,7 @@ void wait(float s);
* @param ms the whole number of milliseconds to wait
*
* @note
* This func will lock the deep sleep, if you want device entry deep sleep mode, please use Thread::wait()
* This func will lock deep sleep. If you want device entry deep sleep mode, please use Thread::wait()
*/
void wait_ms(int ms);
@ -73,7 +73,7 @@ void wait_ms(int ms);
* @param us the whole number of microseconds to wait
*
* @note
* This func will lock the deep sleep.
* This func will lock deep sleep.
*/
void wait_us(int us);