Skip to content

Commit 289452c

Browse files
committed
Added word Example at the end of title in README
1 parent 3f2b231 commit 289452c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/MultiThreading/examples/BasicMultiThreading/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic Multi Threading
1+
# Basic Multi Threading Example
22

33
This example demonstrates the basic usage of FreeRTOS Tasks for multi threading.
44

libraries/MultiThreading/examples/Mutex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mutex
1+
# Mutex Example
22

33
This example demonstrates the basic usage of FreeRTOS Mutually Exclusive Locks (Mutex) for securing access to shared resources in multi-threading.
44
Please refer to other examples in this folder to better understand the usage of tasks.

libraries/MultiThreading/examples/Queue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Queue
1+
# Queue Example
22

33
This example demonstrates the basic usage of FreeRTOS Queues which enables tasks to pass data between each other in a secure asynchronous way.
44
Please refer to other examples in this folder to better understand the usage of tasks.

0 commit comments

Comments
 (0)