Skip to content

Commit 06ebedb

Browse files
authored
Update ch10.md (#77)
1 parent 27fc033 commit 06ebedb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ch10.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or ISR that sent the event or data. This is depicted in Figure 10.1.
2222
<a name="fig10.1" title="Figure 10.1 A communication object being used to send an event from one task to another"></a>
2323

2424
* * *
25-
![](media/image76.png)
25+
![](media/image76.png)
2626
***Figure 10.1*** *A communication object being used to send an event from one task to another*
2727
* * *
2828

@@ -37,7 +37,7 @@ directly to the receiving task. This is depicted in Figure 10.2.
3737
<a name="fig10.2" title="Figure 10.2 A task notification used to send an event directly from one task to another"></a>
3838

3939
* * *
40-
![](media/image77.png)
40+
![](media/image77.png)
4141
***Figure 10.2*** *A task notification used to send an event directly from one task to another*
4242
* * *
4343

@@ -491,10 +491,10 @@ produced by the periodic task. Further explanation is provided in Figure 10.4.
491491
<a name="fig10.4" title="Figure 10.4 The sequence of execution when Example 10.1 is executed"></a>
492492
493493
* * *
494-
![](media/image78.png)
494+
![](media/image78.png)
495495
***Figure 10.3*** *The output produced when Example 7.1 is executed*
496496
497-
![](media/image79.png)
497+
![](media/image79.png)
498498
***Figure 10.4*** *The sequence of execution when Example 10.1 is executed*
499499
* * *
500500
@@ -602,7 +602,7 @@ interrupt is generated.
602602
<a name="fig10.5" title="Figure 10.5 The output produced when Example 10.2 is executed"></a>
603603
604604
* * *
605-
![](media/image80.jpg)
605+
![](media/image80.jpg)
606606
***Figure 10.5*** *The output produced when Example 10.2 is executed*
607607
* * *
608608
@@ -1348,7 +1348,7 @@ The structure sent to the server task by the `CloudRead()` and
13481348
<a name="fig10.6" title="Figure 10.6 The communication paths from the application tasks to the cloud server, and back again"></a>
13491349
13501350
* * *
1351-
![](media/image81.png)
1351+
![](media/image81.png)
13521352
***Figure 10.6*** *The communication paths from the application tasks to the cloud server, and back again*
13531353
* * *
13541354

0 commit comments

Comments
 (0)