Skip to content

Commit d679f72

Browse files
authored
Update ch09.md (#69)
Reference Table number corrected for section 9.3.4 Table 45 => Table 5
1 parent f2ac7dc commit d679f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch09.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ A task will not enter the Blocked state if its unblock condition is met
373373
at the time `xEventGroupWaitBits()` is called.
374374

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

0 commit comments

Comments
 (0)