Update doc for wait_ms

pull/8189/head
Deepika Bhavnani 2018-10-30 13:07:59 -05:00 committed by GitHub
parent f5e28fe729
commit 5a87f04872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void wait(float s);
* @param ms the whole number of milliseconds to wait
*
* @note
* If the RTOS is present, it is same as CMSIS osDelay()
* If the RTOS is present, it calls ThisThread::sleep_for() which is same as CMSIS osDelay()
* Not callable from interrupts, doesn't lock hardware sleep.
*/
void wait_ms(int ms);