1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-22 17:44:35 +03:00
Files
esp8266/cores/esp8266/Schedule.cpp
Dirk O. Kaar 6f3c57b7fa Fix issue with functions scheduled from scheduled functions (#6770)
Calling schedule_function() from a scheduled function would result in an infinite loop, because the list traversal would never end.
2019-11-14 00:56:18 -03:00

5.5 KiB