mirror of https://github.com/ARMmbed/mbed-os.git
Update doc for wait_ms
parent
f5e28fe729
commit
5a87f04872
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue