Skip to content

Commit 5a87f04

Browse files
author
Deepika Bhavnani
authored
Update doc for wait_ms
1 parent f5e28fe commit 5a87f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_wait_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void wait(float s);
6666
* @param ms the whole number of milliseconds to wait
6767
*
6868
* @note
69-
* If the RTOS is present, it is same as CMSIS osDelay()
69+
* If the RTOS is present, it calls ThisThread::sleep_for() which is same as CMSIS osDelay()
7070
* Not callable from interrupts, doesn't lock hardware sleep.
7171
*/
7272
void wait_ms(int ms);

0 commit comments

Comments
 (0)