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 f5e28fe commit 5a87f04Copy full SHA for 5a87f04
platform/mbed_wait_api.h
@@ -66,7 +66,7 @@ void wait(float s);
66
* @param ms the whole number of milliseconds to wait
67
*
68
* @note
69
- * 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()
70
* Not callable from interrupts, doesn't lock hardware sleep.
71
*/
72
void wait_ms(int ms);
0 commit comments