Fixed invalid characters in formula.

This commit is contained in:
Tobias Reinhard 2022-12-30 14:49:00 -05:00
parent e644877f7f
commit 1b0869dac0

View file

@ -39,8 +39,8 @@ Proof Assumptions:
==>
Unbounded memory & thread safety guarantees:
#tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes. ∀ cores C1, …, Cn.
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
#tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes. ∀ cores C1, …, Cn.
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
=> (no memory error ∧ no race condition)
```