We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4dc4 commit 5931583Copy full SHA for 5931583
cores/esp8266/Schedule.cpp
@@ -102,6 +102,7 @@ bool schedule_function(const std::function<void(void)>& fn)
102
return true;
103
}
104
105
+IRAM_ATTR // (not only) called from ISR
106
bool schedule_recurrent_function_us(const std::function<bool(void)>& fn,
107
uint32_t repeat_us, const std::function<bool(void)>& alarm)
108
{
0 commit comments