Skip to content

Commit c58c80e

Browse files
author
Amanda Butler
authored
Make minor copy edits to mbed_wait_api.h
Make minor edits to existing text.
1 parent 5a87f04 commit c58c80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_wait_api.h

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

0 commit comments

Comments
 (0)