We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a87f04 commit c58c80eCopy full SHA for c58c80e
platform/mbed_wait_api.h
@@ -66,8 +66,8 @@ void wait(float s);
66
* @param ms the whole number of milliseconds to wait
67
*
68
* @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.
+ * 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.
71
*/
72
void wait_ms(int ms);
73
0 commit comments