Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ch09.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ A task will not enter the Blocked state if its unblock condition is met
at the time `xEventGroupWaitBits()` is called.

Examples of conditions that will result in a task either entering the
Blocked state, or exiting the Blocked state, are provided in Table 45.
Table 45 only shows the least significant four binary bits of the event
Blocked state, or exiting the Blocked state, are provided in Table 5.
Table 5 only shows the least significant four binary bits of the event
group and uxBitsToWaitFor values—the other bits of those two values are
assumed to be zero.

Expand Down