File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ showing two tasks A and B where A has higher priority but shares a resource with
53
53
At time * t1* , task B locks the shared resource by selectively disabling all other tasks which share
54
54
the resource using the NVIC. In effect this raises the virtual priority ceiling. Task A is one such
55
55
task that shares resources with task B. At time * t2* , task A is either spawned by task B or becomes
56
- pending through an interrupt condition, but does not yet preempt task B even though it's priority is
56
+ pending through an interrupt condition, but does not yet preempt task B even though its priority is
57
57
greater. This is because the NVIC is preventing it from starting due to task A's source mask being
58
58
disabled. At time * t3* , task B releases the lock by re-enabling the tasks in the NVIC. Because
59
59
task A was pending and has a higher priority than task B, it immediately preempts task B and is
You can’t perform that action at this time.
0 commit comments