Skip to content

Commit b0a9038

Browse files
update reference table number and add formatting change (#70)
1 parent d679f72 commit b0a9038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ch05.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,8 @@ Figure 5.5 shows the output produced by Example 5.2.
905905
906906
Figure 5.6 demonstrates the sequence of execution that results from
907907
having the priority of the sending tasks above the priority of the
908-
receiving task. Table 22 provides a further explanation of Figure 5.6, and
909-
describes why the first four messages originate from the same task.
908+
receiving task. Given below is a further explanation of Figure 5.6, and
909+
description on why the first four messages originate from the same task.
910910
911911
<a name="fig5.6" title="Figure 5.6 The sequence of execution produced by Example 5.2"></a>
912912

ch12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Defining a malloc failed hook ensures the application developer is
171171
notified immediately if an attempt to create a task, queue, semaphore or
172172
event group fails.
173173
174-
**Stack overflow hook**
174+
### 12.4.2 Stack overflow hook
175175
176176
Details of the stack overflow hook are provided in section 13.3, Stack
177177
Overflow.

0 commit comments

Comments
 (0)