8000 Pluggable Scheduler: Make entry points into sequential cont/user scheduler weak functions by dok-net · Pull Request #6182 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Pluggable Scheduler: Make entry points into sequential cont/user scheduler weak functions #6182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Comment
  • Loading branch information
dok-net committed Sep 18, 2019
commit 789662ecbc4e98dc983ecd2b6569be06b8db05ac
2 changes: 1 addition & 1 deletion libraries/Schedule/src/Schedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void run_scheduled_functions ()

if (yieldNow)
{
// because scheduled function are allowed to last:
// because scheduled functions are allowed to last:
// this is yield() in cont stack:
esp_schedule();
cont_yield(g_pcont);
Expand Down
0