mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
tests/ps_schedstatistics: fix typos
This commit is contained in:
parent
6158da2ade
commit
5df7c9ea59
@ -41,7 +41,7 @@ static void *_thread_fn(void *arg)
|
||||
while (1) {
|
||||
msg_t m1, m2;
|
||||
msg_receive(&m1);
|
||||
/* generate differents loads per thead */
|
||||
/* generate different loads per thead */
|
||||
for (int i = 0; i < (10 * (next + 1)); ++i) {
|
||||
_xtimer_now64();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user