mirror of https://github.com/ARMmbed/mbed-os.git
Make minor copy edits to mbed_wait_api.h
Make minor edits to existing text.pull/8189/head
parent
5a87f04872
commit
c58c80e042
|
@ -66,8 +66,8 @@ void wait(float s);
|
|||
* @param ms the whole number of milliseconds to wait
|
||||
*
|
||||
* @note
|
||||
* 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.
|
||||
* If the RTOS is present, it calls ThisThread::sleep_for(), which is same as CMSIS osDelay().
|
||||
* You can't call this from interrupts, and it doesn't lock hardware sleep.
|
||||
*/
|
||||
void wait_ms(int ms);
|
||||
|
||||
|
|
Loading…
Reference in New Issue