Skip to content

Commit fd55d6b

Browse files
Fix typo and add alt text in example chapter06_14
1 parent 862668e commit fd55d6b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/chapter06_14/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Example Chapter06_14
2+
23
## A CRC Benchmark with ROM-based Table and Data
34

45
Example chapter06_14 has essentially the same functionality
@@ -39,13 +40,13 @@ The partial image of a memory map file from example chapter06_14 for
3940
the 8-bit target shows us that the data objects mentioned above have,
4041
in fact, been _ROM_'ed.
4142

42-
![](./images/romdata.jpg)
43+
![snippet from map file](./images/romdata.jpg)
4344

4445
The objects in the map-snippet above are in ROM.
4546

4647
## Application Description
4748

4849
The same standard CRC checksum and verification
4950
is carried out in the `app::benchmark::task_func`
50-
function. Slight sylistic differences between the algorithms in
51+
function. Slight stylistic differences between the algorithms in
5152
example06_01 and example06_14 reflect no functional change.

0 commit comments

Comments
 (0)