We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ac7dc commit d679f72Copy full SHA for d679f72
ch09.md
@@ -373,8 +373,8 @@ A task will not enter the Blocked state if its unblock condition is met
373
at the time `xEventGroupWaitBits()` is called.
374
375
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
+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
378
group and uxBitsToWaitFor values—the other bits of those two values are
379
assumed to be zero.
380
0 commit comments