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 2448cfa commit bd365ccCopy full SHA for bd365cc
tests/posix/common/src/clock.c
@@ -59,8 +59,8 @@ void test_posix_realtime(void)
59
60
/* Minimal sleep to align us to the next tick interval. This
61
* helps with a case that 2 consecutive calls to clock_gettime()
62
- * below return different values. Note that it's still a workaround,
63
- * which may break, in which case follow the suggestion in the
+ * below return different values. Note that the tick alignment
+ * approach may break, in which case follow the suggestion in the
64
* comment above.
65
*/
66
k_usleep(1);
0 commit comments