Skip to content

Commit 61cd248

Browse files
committed
Comment
1 parent fc2ef79 commit 61cd248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/Schedule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ void run_scheduled_recurrent_functions()
202202

203203
if (yieldNow)
204204
{
205-
// because scheduled function might last too long for watchdog etc,
205+
// because scheduled functions might last too long for watchdog etc,
206206
// this is yield() in cont stack:
207207
esp_schedule();
208208
cont_yield(g_pcont);

0 commit comments

Comments
 (0)