Skip to content

Commit 789662e

Browse files
committed
Comment
1 parent 579940e commit 789662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Schedule/src/Schedule.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void run_scheduled_functions ()
138138

139139
if (yieldNow)
140140
{
141-
// because scheduled function are allowed to last:
141+
// because scheduled functions are allowed to last:
142142
// this is yield() in cont stack:
143143
esp_schedule();
144144
cont_yield(g_pcont);

0 commit comments

Comments
 (0)