We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be1a0 commit 80e976dCopy full SHA for 80e976d
cores/esp8266/Schedule.h
@@ -37,7 +37,7 @@ void run_scheduled_functions();
37
// `yield` is not called frequently, and therefore should not be used for
38
// timing critical operations.
39
// * There is no mechanism for cancelling recurrent scheduled functions.
40
-// * long running operations or yield() or delay() are not wise in the lambda.
+// * long running operations or yield() or delay() are not allowed in the lambda.
41
42
bool schedule_recurrent_function_us (const std::function<bool(void)>& fn, uint32_t repeat_us);
43
0 commit comments