Skip to content

Commit 597bf34

Browse files
author
Amanda Butler
authored
Copy edit README.md
Copy edit text for precise language.
1 parent 39f9f26 commit 597bf34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

IdleLoop/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# IdleLoop example #
22

3-
Idle Loop usage example for mbed OS
3+
IdleLoop usage example for Mbed OS
44

5-
This is an example showing the purpose of Idle Loop thread that is scheduled when no other threads are ready to run. In this example, we have a regular thread that is scheduled to run every
6-
5 seconds, and meanwhile, since no other thread is scheduled to run, the idle loop runs and toggles the LED.
5+
This is an example showing the purpose of IdleLoop thread that is scheduled when no other threads are ready to run. In this example, we have a regular thread that is scheduled to run every 5 seconds. Because no other thread is scheduled to run, IdleLoop runs and toggles the LED.

0 commit comments

Comments
 (0)