Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d51a2b

Browse files
authored
Merge pull request ivanseidel#31 from madacol/patch-1
Typo - Synce -> Since
2 parents 9f05559 + 48bb21a commit 0d51a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/CustomTimedThread/CustomTimedThread.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
=============== WHAT YO LEARN WITH THIS =================
5050
1) Threads are actually running in 'parallel'.
5151
52-
Synce each thread process time is very tiny, they appear
52+
Since each thread process time is very tiny, they appear
5353
as being runned in parallel.
5454
5555
Because of that, clicking multiple buttons at any time,
@@ -254,4 +254,4 @@ void setup(){
254254
void loop(){
255255
// Here we just run the main thread controller
256256
controll.run();
257-
}
257+
}

0 commit comments

Comments
 (0)