Skip to content

Commit a6bba2a

Browse files
authored
Update README.md
1 parent d1e0919 commit a6bba2a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/coverity/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ commands in a terminal:
3434
cov-configure --force --compiler cc --comptype gcc
3535
~~~
3636
2. Create the build files using CMake in a `build` directory:
37-
Singe core FreeRTOS:
37+
38+
Singe core FreeRTOS:
3839
~~~
3940
cmake -B build -S examples/coverity
4041
~~~
41-
SMP FreeRTOS:
42+
43+
SMP FreeRTOS:
4244
~~~
4345
cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
4446
~~~

0 commit comments

Comments
 (0)