Skip to content

Commit 6bcc26c

Browse files
committed
Documentation cleanup.
1 parent 205a23b commit 6bcc26c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/SchedulerBlinkMax/SchedulerBlinkMax.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
* This Arduino sketch uses the Scheduler library.
2020
* Blink with max number of pins; 64 (128) bytes per task.
2121
*
22-
* @section Serial Monitor Output (Arduino Mega 2560/IDE 1.8.1)
22+
* @section Output
23+
* IDE 1.8.1, Serial Monitor, Arduino Mega 2560
2324
*
2425
* SchedulerBlinkMax: started
2526
* 7:setup::task=68
@@ -35,7 +36,7 @@
3536
* 2008:loop::min:stack=15
3637
* ...
3738
*
38-
* Note: It takes two iteration (seconds) to get a stable values.
39+
* Note: It takes two iteration (seconds) to get stable values.
3940
* The stack head room is slowly reduced depending on call depth
4041
* when ISR occurs.
4142
*/

0 commit comments

Comments
 (0)