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 @@ -51,7 +51,7 @@ showing two tasks A and B where A has higher priority but shares a resource with
51
51
```
52
52
53
53
At time * t1* , task B locks the shared resource by selectively disabling all other tasks which share
54
- the resource using the NVIC. In effect this raisis the virtual priority ceiling. Task A is one such
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
56
pending through an interrupt condition, but does not yet preempt task B even though it's priority is
57
57
greater. This is because the NVIC is preventing it from starting due to task A's source mask being
You can’t perform that action at this time.
0 commit comments