From 81c3f73b34e2d97cc61968c5bbfa88597871e4d8 Mon Sep 17 00:00:00 2001 From: Nishant <114558872+sirnish@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:52:08 +0530 Subject: [PATCH] Update ch09.md Reference Table number corrected for section 9.3.4 Table 45 => Table 5 --- ch09.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch09.md b/ch09.md index 1e984be..9f2f8d3 100644 --- a/ch09.md +++ b/ch09.md @@ -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.