Make minor copy edits to mbed_wait_api.h

Make minor edits to existing text.
pull/8189/head
Amanda Butler 2018-10-31 11:12:35 -05:00 committed by GitHub
parent 5a87f04872
commit c58c80e042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);