mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/thread_priority_inversion: fix typos
This commit is contained in:
parent
ab7c0c941c
commit
1d15fc5ddd
@ -9,7 +9,7 @@ should be scheduled periodically and produce some output:
|
||||
2017-07-17 17:00:30,343 - INFO # t_high: freeing resource...
|
||||
```
|
||||
During this phase of 1s, **t_high** lockes the mutex **res_mtx** which
|
||||
represents a shared ressource. After unlocking the mutex, **t_high** waits 1s
|
||||
represents a shared resource. After unlocking the mutex, **t_high** waits 1s
|
||||
before restaring its cycle again.
|
||||
|
||||
A low priority thread **t_low** is doing the same. Since both threads sharing
|
||||
|
Loading…
Reference in New Issue
Block a user